From: Richard Purdie Date: Wed, 31 Mar 2010 14:36:12 +0000 (+0100) Subject: python-pycurl: Set NATIVE_INSTALL_WORKS X-Git-Tag: yocto-4.0~45741 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18bdffa9554d96b5ca88904e3cfc3c86c9729c9f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-pycurl: Set NATIVE_INSTALL_WORKS Signed-off-by: Richard Purdie --- diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb index 2b0bd88ce13..3090f77d3ae 100644 --- a/meta/packages/python/python-pycurl_7.19.0.bb +++ b/meta/packages/python/python-pycurl_7.19.0.bb @@ -20,6 +20,8 @@ export HOST_SYS export STAGING_INCDIR export STAGING_LIBDIR +NATIVE_INSTALL_WORKS = "1" + RDEPENDS = "python-core curl" BBCLASSEXTEND = "native"