[OE-core] [PATCH v2] intltool: include intltool.m4 and add missing rdepends

Constantin Musca constantinx.musca at intel.com
Wed Sep 19 13:04:14 UTC 2012


On 09/19/2012 04:23 PM, Khem Raj wrote:
>> >--- a/meta/recipes-devtools/intltool/intltool.inc
>> >+++ b/meta/recipes-devtools/intltool/intltool.inc
>> >@@ -7,11 +7,18 @@ SRC_URI ="http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
>> >  S = "${WORKDIR}/intltool-${PV}"
>> >
>> >  DEPENDS = "libxml-parser-perl-native"
>> >+RDEPENDS_${PN} = "gettext-dev libxml-parser-perl"
> creating a runtime dependency on a dev package seems troublesome to me.
> Can you explain why is this being done ?
>
>> >  DEPENDS_virtclass-native = "libxml-parser-perl-native"
>> >-#RDEPENDS_${PN} = "libxml-parser-perl"
>> >+# gettext is assumed to exist on the host
>> >+RDEPENDS_${PN}_virtclass-native = "libxml-parser-perl-native"
>> >  RRECOMMENDS_${PN} = "perl-modules"
Ross suggested to use these RDEPENDS after having issues with some 
packages on a image due to intltool.

Constantin




More information about the Openembedded-core mailing list