From 8c4a8fe7ac46f3706538292cc6c8f46725e879b7 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Fri, 24 Jul 2015 14:15:05 +0800 Subject: 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 Signed-off-by: Richard Purdie --- 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 d6905ac782..59fec29a05 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\ -- cgit 1.2.3-korg