]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pycurl: Set NATIVE_INSTALL_WORKS
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Mar 2010 14:36:12 +0000 (15:36 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Mar 2010 14:36:12 +0000 (15:36 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/python/python-pycurl_7.19.0.bb

index 2b0bd88ce1365ea1860d39b3bda389a3cb368e06..3090f77d3ae4ee34a3582934dbded29a0116bf1a 100644 (file)
@@ -20,6 +20,8 @@ export HOST_SYS
 export STAGING_INCDIR
 export STAGING_LIBDIR
 
+NATIVE_INSTALL_WORKS = "1"
+
 RDEPENDS = "python-core curl"
 
 BBCLASSEXTEND = "native"