From patchwork Wed Apr 11 23:11:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, 2/5] python-cheetah : Remove DEPENDS on python native packages. Date: Wed, 11 Apr 2012 23:11:28 -0000 From: Philip Balister X-Patchwork-Id: 25637 Message-Id: <1334185891-25460-3-git-send-email-philip@balister.org> To: openembedded-devel@openembedded.org Cc: Philip Balister From: Philip Balister The oe-core recipe no longer explicitly provides various -native packages. THe recipe builds fine without them. Built fine on distroless config. Signed-off-by: Philip Balister --- .../python/python-cheetah_2.4.4.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) 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 c07e969..8f2acea 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 @@ -12,8 +12,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools -RDEPENDS_${PN} = "python-pickle python-pprint" - NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native"