python-cheetah : Drop RDEPENDS from native build.
authorPhilip Balister <philip@balister.org>
Sat, 24 Nov 2012 16:32:05 +0000 (16:32 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:24:51 +0000 (08:24 -0800)
If the native recipe has the RDEPENDS in, the build fails because these
packages are not provided by python-native.

(From meta-openembedded rev: eb63724f431a0fb6b2fec1bd84ae7f04cb8744df)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb

index 967be31..1dad958 100644 (file)
@@ -13,6 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 inherit setuptools
 
 RDEPENDS_${PN} = "python-pickle python-pprint"
+RDEPENDS_${PN}_class-native = ""
 
 BBCLASSEXTEND = "native"