From: Koen Kooi Date: Tue, 10 Nov 2009 15:12:05 +0000 (+0100) Subject: python-native: remove prefix and exec_prefix, native.bbclass should take care of... X-Git-Tag: Release-2010-05/1~1728^2~19^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52aea4b0c5d14a3c5f0dfaa8f24ae96286701ca6;p=openembedded.git python-native: remove prefix and exec_prefix, native.bbclass should take care of that now --- diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb index 30b97c9344..9d0b0c8268 100644 --- a/recipes/python/python-native_2.6.1.bb +++ b/recipes/python/python-native_2.6.1.bb @@ -15,9 +15,6 @@ S = "${WORKDIR}/Python-${PV}" inherit native -prefix = "${STAGING_DIR_NATIVE}/${layout_prefix}" -exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}" - EXTRA_OEMAKE = '\ BUILD_SYS="" \ HOST_SYS="" \