From: Philip Balister <[email protected]> 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 <[email protected]> --- .../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" -- 1.7.7.6 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
