mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
update-alternatives-dpkg: Update to dpkg base 1.15.8.7
[YOCTO #1062] Due to failing fetch updated recipe and SRC_URI to use .bz2, (From OE-Core rev: 87cf2da6373676293f2fdaaebbacc6890235368d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2d7798a790
commit
8e341a6b39
@@ -5,10 +5,12 @@ programs fulfilling the same or similar functions and how they can be installed
|
|||||||
time."
|
time."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz"
|
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2"
|
||||||
S = "${WORKDIR}/dpkg-${PV}"
|
S = "${WORKDIR}/dpkg-${PV}"
|
||||||
PACKAGE_ARCH = "all"
|
PACKAGE_ARCH = "all"
|
||||||
PR = "r2"
|
INC_PR = "r2"
|
||||||
|
|
||||||
|
inherit gettext
|
||||||
|
|
||||||
do_patch () {
|
do_patch () {
|
||||||
cat ${S}/scripts/update-alternatives.pl | \
|
cat ${S}/scripts/update-alternatives.pl | \
|
||||||
@@ -32,4 +34,10 @@ do_install () {
|
|||||||
install -m 0755 scripts/update-alternatives ${D}${sbindir}/update-alternatives
|
install -m 0755 scripts/update-alternatives ${D}${sbindir}/update-alternatives
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PROVIDES += "virtual/update-alternatives"
|
||||||
|
RPROVIDES_${PN} += "update-alternatives"
|
||||||
|
EXTRA_RDEPENDS = "perl dpkg"
|
||||||
|
EXTRA_RDEPENDS_virtclass-native = ""
|
||||||
|
RDEPENDS_${PN} += "${EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
require update-alternatives-dpkg.inc
|
|
||||||
|
|
||||||
PROVIDES += "virtual/update-alternatives"
|
|
||||||
RPROVIDES_${PN} += "update-alternatives"
|
|
||||||
EXTRA_RDEPENDS = "perl dpkg"
|
|
||||||
EXTRA_RDEPENDS_virtclass-native = ""
|
|
||||||
RDEPENDS_${PN} += "${EXTRA_RDEPENDS}"
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
require update-alternatives-dpkg.inc
|
||||||
|
|
||||||
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
|
||||||
|
SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
|
||||||
Reference in New Issue
Block a user