diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-03-08 10:20:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 17:14:03 -0800 |
commit | 0a011ca48a6b22b6a81cdbf67d542655a73df544 (patch) | |
tree | 5d57afe734f8c4203bcc1570c861a78d635f4260 /meta/recipes-graphics/xorg-util | |
parent | a778fb311540580476976e43f9c0576284f8dc38 (diff) | |
download | poky-0a011ca48a6b22b6a81cdbf67d542655a73df544.tar.gz |
util-macros: fix DEPENDS for nativesdk
(From OE-Core rev: adf342de34604fc5a75df9798feac1e4e2b27944)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb index 2bfe51478b..e2c558cbef 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | |||
@@ -13,6 +13,7 @@ PR = "r0" | |||
13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 13 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
14 | DEPENDS = "gettext libgpg-error" | 14 | DEPENDS = "gettext libgpg-error" |
15 | DEPENDS_virtclass-native = "gettext" | 15 | DEPENDS_virtclass-native = "gettext" |
16 | DEPENDS_virtclass-nativesdk = "gettext" | ||
16 | 17 | ||
17 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
18 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |