diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-05 11:49:41 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-05 13:03:07 -0800 |
commit | e01574d5564e9d65759eaa08bcac80eb31a52c04 (patch) | |
tree | 74668e566b8fa0d34a8d4c7f50efff8261b5f273 | |
parent | 85c2417407fd5f9e0c3027fd99c9389e3ce167df (diff) | |
download | openembedded-core-e01574d5564e9d65759eaa08bcac80eb31a52c04.tar.gz openembedded-core-e01574d5564e9d65759eaa08bcac80eb31a52c04.tar.bz2 openembedded-core-e01574d5564e9d65759eaa08bcac80eb31a52c04.zip |
util-macros: add libgpg-error to DEPENDS list
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | 4 |
1 files changed, 3 insertions, 1 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 82423266f2..2bfe51478b 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 @@ -11,7 +11,9 @@ PE = "1" PR = "r0" # ${PN} is empty so we need to tweak -dev and -dbg package dependencies -DEPENDS = "gettext" +DEPENDS = "gettext libgpg-error" +DEPENDS_virtclass-native = "gettext" + RDEPENDS_${PN}-dev = "" RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |