From patchwork Fri Jul 13 12:22:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [OE-core,07/20] python-pyrex-native:Update for python-native changes Date: Fri, 13 Jul 2012 12:22:42 -0000 From: Morgan Little X-Patchwork-Id: 31985 Message-Id: <1342182175-6461-8-git-send-email-morgan.little@windriver.com> To: Add pythonnative to the inherits list Signed-off-by: Morgan Little --- .../python/python-pyrex-native_0.9.9.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 dcfc3f5..e8ef1aa 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"