From 87cf2da6373676293f2fdaaebbacc6890235368d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 20 May 2011 14:57:48 -0700 Subject: 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, Signed-off-by: Saul Wold --- .../update-alternatives/update-alternatives-dpkg.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc') diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc index 9b53df872..f7f9ae979 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 time." LICENSE = "GPL" 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}" PACKAGE_ARCH = "all" -PR = "r2" +INC_PR = "r2" + +inherit gettext do_patch () { cat ${S}/scripts/update-alternatives.pl | \ @@ -32,4 +34,10 @@ do_install () { 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" -- cgit v1.2.3