diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-05-23 14:11:23 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-05-23 14:11:23 +0200 |
commit | 9104cb8ee18bf431160f2535f72f54bca9667b93 (patch) | |
tree | 20ba14f8c6d65fc2c9c158227a56e22cbbf6d692 /recipes-tizen/dlog | |
parent | c4d6795dbae7872d56557c1f3f0ec5151e6127c9 (diff) | |
download | meta-tizen-9104cb8ee18bf431160f2535f72f54bca9667b93.tar.gz meta-tizen-9104cb8ee18bf431160f2535f72f54bca9667b93.tar.bz2 meta-tizen-9104cb8ee18bf431160f2535f72f54bca9667b93.zip |
Add Tizen systemd
Change-Id: I7ca65ceef3f99fe40455cce98c38d52f34c57a8a
Diffstat (limited to 'recipes-tizen/dlog')
-rw-r--r-- | recipes-tizen/dlog/dlog.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tizen/dlog/dlog.inc b/recipes-tizen/dlog/dlog.inc index c097684f..b3f561e6 100644 --- a/recipes-tizen/dlog/dlog.inc +++ b/recipes-tizen/dlog/dlog.inc @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" inherit autotools-brokensep -BBCLASSEXTEND += "" +BBCLASSEXTEND = "" PROVIDES = "" #PROVIDES by libdlog |