mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
dpkg: Fix update-alternatives dependencies and remove bogus variables
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2883 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
7992bb1186
commit
d9e8ff1a66
|
|
@ -1,6 +1,5 @@
|
|||
require dpkg.inc
|
||||
PR = "r3"
|
||||
DEPENDS += "zlib-native virtual/update-alternatives-native"
|
||||
DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native"
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
inherit native
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
DESCRIPTION = "Package maintenance system for Debian."
|
||||
LICENSE = "GPL"
|
||||
SECTION = "base"
|
||||
PR = "r5"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
||||
file://ignore_extra_fields.patch;patch=1 \
|
||||
|
|
@ -8,8 +9,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
|||
|
||||
S = "${WORKDIR}/dpkg-${PV}"
|
||||
|
||||
DEPENDS_${PN} += "update-alternatives"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools gettext
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require dpkg.inc
|
||||
PR = "r4"
|
||||
DEPENDS += "ncurses zlib bzip2"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF = "--without-static-progs \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user