From patchwork Fri Jul 13 12:22:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [OE-core,09/20] python-setuptools: Update for python-native changes Date: Fri, 13 Jul 2012 12:22:44 -0000 From: Morgan Little X-Patchwork-Id: 32015 Message-Id: <1342182175-6461-10-git-send-email-morgan.little@windriver.com> To: Add pythonnative to the inherits list Signed-off-by: Morgan Little --- .../python/python-setuptools_0.6c11.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb index a769714..dbbc4dc 100644 --- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb +++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb @@ -5,7 +5,7 @@ LICENSE = "PSF" LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e" SRCNAME = "setuptools" -PR = "ml4" +PR = "ml3" DEPENDS += "python" DEPENDS_virtclass-native += "python-native" @@ -14,7 +14,7 @@ SRC_URI = "\ " S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit distutils pythonnative do_install_prepend() { install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages