diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-08-05 11:28:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:43:35 +0100 |
commit | 773c55564853d12aa71388383a5173b759ba1aa1 (patch) | |
tree | c075f483fe4cd407e2c5322d6987a7ae04f05680 /meta/recipes-graphics | |
parent | 2d9a3b76950c9d4159f9d1172ef582f63e652a4f (diff) | |
download | poky-773c55564853d12aa71388383a5173b759ba1aa1.tar.gz |
Misc: Corrected the dependency on non-native for -native package.
[YOCTO #1336] Corrected the wrong dependency on non-native for -native
packages for the following recipes:
- util-macros
- intltool
(From OE-Core rev: e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb index 88ee4f6939..4fa235b4d9 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb | |||
@@ -12,8 +12,8 @@ PR = "r0" | |||
12 | 12 | ||
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 = "libgpg-error" | 14 | DEPENDS = "libgpg-error" |
15 | DEPENDS_virtclass-native = "virtual/gettext" | 15 | DEPENDS_virtclass-native = "virtual/gettext-native" |
16 | DEPENDS_virtclass-nativesdk = "virtual/gettext" | 16 | DEPENDS_virtclass-nativesdk = "virtual/gettext-nativesdk" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |