From patchwork Thu Jul 19 17:46:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,03/16] python-scons-native: Update for python-native changes Date: Thu, 19 Jul 2012 17:46:08 -0000 From: Morgan Little X-Patchwork-Id: 32637 Message-Id: <1342719981-1324-4-git-send-email-morgan.little@windriver.com> To: Add pythonnative to the inherits list --- .../python/python-scons-native_2.1.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb index ff94cf6..ec3f2f4 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb @@ -1,5 +1,5 @@ require python-scons_${PV}.bb -inherit native +inherit native pythonnative DEPENDS = "python-native" RDEPENDS_${PN} = "" -PR = "r1" +PR = "r2"