diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-04 09:07:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-04 09:07:55 +0000 |
commit | d920890220ba50ac85a5b008ee64cd4d312ac469 (patch) | |
tree | 965d719c26a075f13e0fa4556698e0eeb0a07a69 /packages/dpkg/dpkg.inc | |
parent | 01d89442ec83daafb95343634768ffc86a61b68e (diff) |
dpkg: sync with poky
poky rev 696: "Add dpkg, modified from upstream oe."
poky rev 728: "Sync up.. all the deb/dpkg changes which I have locally are now in svn."
poky rev 843: "enable noman.patch to avoid building man directory (results in significant speedup)"
poky rev 844: "move noman.patch inclusion from dpkg.inc to dpkg_1.13.22.bb"
Diffstat (limited to 'packages/dpkg/dpkg.inc')
-rw-r--r-- | packages/dpkg/dpkg.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/dpkg/dpkg.inc b/packages/dpkg/dpkg.inc index fb82fa420a..90173aa55b 100644 --- a/packages/dpkg/dpkg.inc +++ b/packages/dpkg/dpkg.inc @@ -1,13 +1,14 @@ DESCRIPTION = "Package maintenance system for Debian." LICENSE = "GPL" SECTION = "base" -DEPENDS = "ncurses zlib" -DEPENDS_${PN} += "update-alternatives" +SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \ + file://noupdalt.patch;patch=1" -SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" S = "${WORKDIR}/dpkg-${PV}" +RDEPENDS_${PN} += "update-alternatives" + PARALLEL_MAKE = "" inherit autotools gettext |