]> code.ossystems Code Review - openembedded-core.git/commitdiff
mklibs-native: remove native python dependency
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 27 Apr 2017 14:28:04 +0000 (17:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 May 2017 13:08:17 +0000 (14:08 +0100)
It's not actually required; host python is fine.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/mklibs/mklibs-native_0.1.43.bb

index b9c6c6f32662008a41c0a5b6ec077751c0c3e21d..a16147657ca10646a7bf15c7ada07e79a54bfc42 100644 (file)
@@ -4,7 +4,6 @@ HOMEPAGE = "https://launchpad.net/mklibs"
 SECTION = "devel"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
-DEPENDS = "python-native"
 
 SRC_URI = "http://snapshot.debian.org/archive/debian/20161123T152011Z/pool/main/m/mklibs/mklibs_${PV}.tar.xz \
        file://ac_init_fix.patch\
@@ -20,6 +19,6 @@ SRC_URI[sha256sum] = "6f0cf24ade13fff76e943c003413d85c3e497c984c95c1ecea1c9731ca
 
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/m/mklibs/"
 
-inherit autotools gettext native pythonnative
+inherit autotools gettext native
 
 S = "${WORKDIR}/mklibs"