diff options
Diffstat (limited to 'recipes-tizen/dlog/dlog.inc')
-rw-r--r-- | recipes-tizen/dlog/dlog.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-tizen/dlog/dlog.inc b/recipes-tizen/dlog/dlog.inc index 774435ee..f5ffa965 100644 --- a/recipes-tizen/dlog/dlog.inc +++ b/recipes-tizen/dlog/dlog.inc @@ -13,15 +13,18 @@ BBCLASSEXTEND = "" PROVIDES = "" #PROVIDES by libdlog +PROVIDES += "libdlog" #PROVIDES by dlogutil +PROVIDES += "dlogutil" #PROVIDES by dlog #PROVIDES by libdlog-dev +PROVIDES += "libdlog-dev" RDEPENDS = "" |