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:30:13 +0100 |
commit | e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8 (patch) | |
tree | f970106deb10b182117f2ff8c990cb8b2456cf75 /meta/recipes-devtools | |
parent | 32faad3b901345a31978664fd1743c9a1729c67d (diff) | |
download | openembedded-core-e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8.tar.gz openembedded-core-e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8.tar.bz2 openembedded-core-e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8.zip |
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
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/intltool/intltool.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc index c934654f61..1e778b6f3e 100644 --- a/meta/recipes-devtools/intltool/intltool.inc +++ b/meta/recipes-devtools/intltool/intltool.inc @@ -9,6 +9,7 @@ S = "${WORKDIR}/intltool-${PV}" DEPENDS = "libxml-parser-perl-native" #RDEPENDS_${PN} = "libxml-parser-perl" RRECOMMENDS_${PN} = "perl-modules" +RRECOMMENDS_${PN}_virtclass-native = "" inherit autotools pkgconfig perlnative |