From: Morgan Little Date: Thu, 19 Jul 2012 17:46:09 +0000 (-0400) Subject: python-pyrex-native: Update for python-native changes X-Git-Tag: 2015-4~9850 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a043a7737da1123df5ff06ede3e9ed1fdcc163f1;p=openembedded-core.git python-pyrex-native: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb index dcfc3f5270..e8ef1aa12b 100644 --- a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb @@ -1,5 +1,5 @@ require python-pyrex_${PV}.bb -inherit native +inherit native pythonnative DEPENDS = "python-native" RDEPENDS_${PN} = "" -PR = "r2" +PR = "r3"