mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
dpkg: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
require dpkg.inc
|
||||
DEPENDS += "bzip2-native zlib-native virtual/update-alternatives-native"
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
inherit native
|
||||
|
||||
EXTRA_OECONF = "--without-static-progs \
|
||||
--without-dselect \
|
||||
--with-start-stop-daemon \
|
||||
--with-zlib \
|
||||
--with-bz2lib \
|
||||
--without-selinux \
|
||||
--without-sgml-doc"
|
||||
@@ -7,7 +7,11 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
|
||||
file://ignore_extra_fields.patch;patch=1 \
|
||||
file://noupdalt.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/dpkg-${PV}"
|
||||
DEPENDS = "zlib bzip2"
|
||||
DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
require dpkg.inc
|
||||
DEPENDS += "zlib bzip2"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
@@ -9,4 +7,7 @@ EXTRA_OECONF = "--without-static-progs \
|
||||
--with-start-stop-daemon \
|
||||
--with-zlib \
|
||||
--with-bz2lib \
|
||||
--without-selinux \
|
||||
--without-sgml-doc"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user