mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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:
@@ -1,6 +1,5 @@
|
|||||||
require dpkg.inc
|
require dpkg.inc
|
||||||
PR = "r3"
|
DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native"
|
||||||
DEPENDS += "zlib-native virtual/update-alternatives-native"
|
|
||||||
SRC_URI += "file://noman.patch;patch=1"
|
SRC_URI += "file://noman.patch;patch=1"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
DESCRIPTION = "Package maintenance system for Debian."
|
DESCRIPTION = "Package maintenance system for Debian."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
||||||
file://ignore_extra_fields.patch;patch=1 \
|
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}"
|
S = "${WORKDIR}/dpkg-${PV}"
|
||||||
|
|
||||||
DEPENDS_${PN} += "update-alternatives"
|
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require dpkg.inc
|
require dpkg.inc
|
||||||
PR = "r4"
|
|
||||||
DEPENDS += "ncurses zlib bzip2"
|
DEPENDS += "ncurses zlib bzip2"
|
||||||
|
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||||
SRC_URI += "file://noman.patch;patch=1"
|
SRC_URI += "file://noman.patch;patch=1"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-static-progs \
|
EXTRA_OECONF = "--without-static-progs \
|
||||||
|
|||||||
Reference in New Issue
Block a user