[oe] [meta-networking][PATCH 1/3] net-snmp: Using the target perl

Joe MacDonald joe at deserted.net
Fri May 9 14:20:44 UTC 2014


Merged the three of these.  Thanks.
-J.

[[oe] [meta-networking][PATCH 1/3] net-snmp: Using the target perl] On 14.05.09 (Fri 16:40) rongqing.li at windriver.com wrote:

> From: Yue Tao <Yue.Tao at windriver.com>
> 
> Set the PERLPROG to target perl to avoid host contamination.
> 
> Signed-off-by: Yue Tao <Yue.Tao at windriver.com>
> Signed-off-by: Roy Li <rongqing.li at windriver.com>
> ---
>  meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
> index d21995a..f6656ad 100644
> --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
> +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
> @@ -37,6 +37,10 @@ EXTRA_OECONF = "--disable-embedded-perl \
>                  --with-defaults \
>                  ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}"
>  
> +do_configure_prepend() {
> +    export PERLPROG="${bindir}/env perl"
> +}
> +
>  do_install_append() {
>      install -d ${D}${sysconfdir}/snmp
>      install -d ${D}${sysconfdir}/init.d
> -- 
> 1.7.10.4
> 
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140509/744a4bd4/attachment-0002.sig>


More information about the Openembedded-devel mailing list