diff options
Diffstat (limited to 'meta')
3 files changed, 18 insertions, 9 deletions
diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc index 9b53df8725..f7f9ae979d 100644 --- a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc +++ b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc | |||
@@ -5,10 +5,12 @@ programs fulfilling the same or similar functions and how they can be installed | |||
5 | time." | 5 | time." |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2" |
9 | S = "${WORKDIR}/dpkg-${PV}" | 9 | S = "${WORKDIR}/dpkg-${PV}" |
10 | PACKAGE_ARCH = "all" | 10 | PACKAGE_ARCH = "all" |
11 | PR = "r2" | 11 | INC_PR = "r2" |
12 | |||
13 | inherit gettext | ||
12 | 14 | ||
13 | do_patch () { | 15 | do_patch () { |
14 | cat ${S}/scripts/update-alternatives.pl | \ | 16 | cat ${S}/scripts/update-alternatives.pl | \ |
@@ -32,4 +34,10 @@ do_install () { | |||
32 | install -m 0755 scripts/update-alternatives ${D}${sbindir}/update-alternatives | 34 | install -m 0755 scripts/update-alternatives ${D}${sbindir}/update-alternatives |
33 | } | 35 | } |
34 | 36 | ||
37 | PROVIDES += "virtual/update-alternatives" | ||
38 | RPROVIDES_${PN} += "update-alternatives" | ||
39 | EXTRA_RDEPENDS = "perl dpkg" | ||
40 | EXTRA_RDEPENDS_virtclass-native = "" | ||
41 | RDEPENDS_${PN} += "${EXTRA_RDEPENDS}" | ||
42 | |||
35 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb deleted file mode 100644 index 5d38d5d36f..0000000000 --- a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require update-alternatives-dpkg.inc | ||
2 | |||
3 | PROVIDES += "virtual/update-alternatives" | ||
4 | RPROVIDES_${PN} += "update-alternatives" | ||
5 | EXTRA_RDEPENDS = "perl dpkg" | ||
6 | EXTRA_RDEPENDS_virtclass-native = "" | ||
7 | RDEPENDS_${PN} += "${EXTRA_RDEPENDS}" | ||
diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb new file mode 100644 index 0000000000..5443122952 --- /dev/null +++ b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require update-alternatives-dpkg.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" | ||
8 | SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" | ||