diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-09-26 15:31:18 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-09-26 15:31:18 +0200 |
commit | a18db2d20b818dd62141b70b2d7ace2bf3fdcd21 (patch) | |
tree | b8a4c63ee73354e909c42b30b9bc52b684b7c2eb /recipes-tizen/dlog | |
parent | e1e6908ad28d31917cbfcf4b31f5548715b2eef8 (diff) | |
download | meta-tizen-a18db2d20b818dd62141b70b2d7ace2bf3fdcd21.tar.gz meta-tizen-a18db2d20b818dd62141b70b2d7ace2bf3fdcd21.tar.bz2 meta-tizen-a18db2d20b818dd62141b70b2d7ace2bf3fdcd21.zip |
Fix dlog
Change-Id: I52ab33cc88dbe975541e90b4fad4200af948818b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/dlog')
-rw-r--r-- | recipes-tizen/dlog/dlog_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tizen/dlog/dlog_git.bb b/recipes-tizen/dlog/dlog_git.bb index 1fcad32b..81911ced 100644 --- a/recipes-tizen/dlog/dlog_git.bb +++ b/recipes-tizen/dlog/dlog_git.bb @@ -4,7 +4,7 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/platform/core/system/dlog;tag=e64b52e3386dbe906496b2e40640989ca720c8a6;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/system/dlog;tag=da8fd9cf10bb30ee1bf1f1398c0bffc33ac55b08;nobranch=1" BBCLASSEXTEND += " native " |