From patchwork Sat Nov 24 16:32:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] python-cheetah : Drop RDEPENDS from native build. Date: Sat, 24 Nov 2012 16:32:05 -0000 From: Philip Balister X-Patchwork-Id: 39555 Message-Id: <1353774725-26969-1-git-send-email-philip@balister.org> To: openembedded-devel@openembedded.org If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister --- meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb index 967be31..1dad958 100644 --- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb +++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb @@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools RDEPENDS_${PN} = "python-pickle python-pprint" +RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native"