diff options
author | Lei Liu <lei.liu2@windriver.com> | 2013-11-11 17:27:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 10:24:00 +0000 |
commit | 9811641e95dd7e1514eb41900e033a0548bd13d8 (patch) | |
tree | fc6a93d90697da4311652ae1c642d2213cd45362 | |
parent | a52ef8c5dcd71f39bb48c71fb868cc0db662560e (diff) | |
download | openembedded-core-9811641e95dd7e1514eb41900e033a0548bd13d8.tar.gz openembedded-core-9811641e95dd7e1514eb41900e033a0548bd13d8.tar.bz2 openembedded-core-9811641e95dd7e1514eb41900e033a0548bd13d8.zip |
mklibs: add dependency on dpkg-native
mklibs requires the "dpkg-architecture" utility to work.
Add dependency on dpkg-native.
Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb index e4240521c9..6367e8f3bb 100644 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://code.launchpad.net/mklibs" SECTION = "devel" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" -DEPENDS = "python-native" +DEPENDS = "python-native dpkg-native" SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \ file://ac_init_fix.patch\ |