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

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to