summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 11:28:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:43:35 +0100
commit773c55564853d12aa71388383a5173b759ba1aa1 (patch)
treec075f483fe4cd407e2c5322d6987a7ae04f05680 /meta/recipes-devtools/intltool
parent2d9a3b76950c9d4159f9d1172ef582f63e652a4f (diff)
downloadpoky-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-devtools/intltool')
-rw-r--r--meta/recipes-devtools/intltool/intltool.inc1
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}"
9DEPENDS = "libxml-parser-perl-native" 9DEPENDS = "libxml-parser-perl-native"
10#RDEPENDS_${PN} = "libxml-parser-perl" 10#RDEPENDS_${PN} = "libxml-parser-perl"
11RRECOMMENDS_${PN} = "perl-modules" 11RRECOMMENDS_${PN} = "perl-modules"
12RRECOMMENDS_${PN}_virtclass-native = ""
12 13
13inherit autotools pkgconfig perlnative 14inherit autotools pkgconfig perlnative
14 15