[oe-commits] Roy Li : mklibs-native: Remove dependency on dpkg

git at git.openembedded.org git at git.openembedded.org
Fri Jul 24 10:56:28 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: d1c01b5764e2468dce4a0fd5baf2ab1bb623ffb8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d1c01b5764e2468dce4a0fd5baf2ab1bb623ffb8

Author: Roy Li <rongqing.li at windriver.com>
Date:   Fri Jul 24 14:15:05 2015 +0800

mklibs-native: Remove dependency on dpkg

b18618a8[mklibs-native: two fixes] should remove the dependency
on dpkg, but it is missed, so fix it.

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
index d6905ac..59fec29 100644
--- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
+++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://launchpad.net/mklibs"
 SECTION = "devel"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
-DEPENDS = "python-native dpkg-native"
+DEPENDS = "python-native"
 
 SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \
 	file://ac_init_fix.patch\



More information about the Openembedded-commits mailing list