This patch aligns fakeroot in stable with dev, bumps fakeroot to 1.9.6,
solves the unfetchable (we now fetch from the reliable DEBIAN_MIRROR)
1.8.3 problem in stable. close bug# 4227.
plucked revisions from dev:
d2682ccdf4be68f6b1b181b6a06003be2cc4122c
bf48b6d6236ec7cc942c0fdb3a14fc52a4c3fb36
27af07b24c1b4984eb3a5a4d2ff45e002defc2e6
0b810921c6253a825b7cdbf747d75f199d615b10
8fcdb2f1fccee0071e688926468076553b533bd5
25e81d935c6695f357801dec900ef78104a54b4a
628571dcb273ef51c3a731e01e15363b43f8a85a
Regards
Gordon
#
# old_revision [20a76ef628bd9e4d5fcf356be4fe9465fa54d4f1]
#
# delete "packages/fakeroot/fakeroot-1.8.3"
#
# delete "packages/fakeroot/fakeroot-native-1.8.3"
#
# delete "packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch"
#
# delete "packages/fakeroot/fakeroot-native_1.2.13.bb"
#
# delete "packages/fakeroot/fakeroot_1.2.13.bb"
#
# rename "packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch"
# to "packages/fakeroot/files/configure-libtool.patch"
#
# rename "packages/fakeroot/fakeroot-native_1.8.3.bb"
# to "packages/fakeroot/fakeroot-native_1.9.6.bb"
#
# rename "packages/fakeroot/fakeroot_1.8.3.bb"
# to "packages/fakeroot/fakeroot_1.9.6.bb"
#
# patch "conf/distro/include/angstrom-2007-preferred-versions.inc"
# from [1ee8aa811ef63fa810c149793e291456a7c93feb]
# to [27b93127d6228d12bf5d6df2c5896e37136b6e2c]
#
# patch "packages/fakeroot/fakeroot-native_1.7.1.bb"
# from [7407435ed787b345bb9a3d69762a1616144a29a0]
# to [2cf69ddc34326a1fbcee10104f9b2bc8457d7e39]
#
# patch "packages/fakeroot/fakeroot-native_1.9.6.bb"
# from [7407435ed787b345bb9a3d69762a1616144a29a0]
# to [1c5c52a4e43a3d29fb7e01fc9314439465e94212]
#
# patch "packages/fakeroot/fakeroot_1.7.1.bb"
# from [9671a1e7cbc80f1694a5f396598c05ac2f9f1269]
# to [ad992abda9e31ccf5bc480c028e69c591137ed7d]
#
# patch "packages/fakeroot/fakeroot_1.9.6.bb"
# from [534172d2aa3a4939aaced19e321eacaad90ec58d]
# to [46dec87ce96a08cef69df1aeb4a65b53a49463a8]
#
============================================================
--- conf/distro/include/angstrom-2007-preferred-versions.inc 1ee8aa811ef63fa810c149793e291456a7c93feb
+++ conf/distro/include/angstrom-2007-preferred-versions.inc 27b93127d6228d12bf5d6df2c5896e37136b6e2c
@@ -338,8 +338,8 @@ PREFERRED_VERSION_fakeconnect ?= "1.2.1"
PREFERRED_VERSION_fakechroot ?= "2.5"
PREFERRED_VERSION_fakechroot-native ?= "2.5"
PREFERRED_VERSION_fakeconnect ?= "1.2.1"
-PREFERRED_VERSION_fakeroot ?= "1.7.1"
-PREFERRED_VERSION_fakeroot-native ?= "1.7.1"
+PREFERRED_VERSION_fakeroot ?= "1.9.6"
+PREFERRED_VERSION_fakeroot-native ?= "1.9.6"
PREFERRED_VERSION_fam ?= "2.7.0"
PREFERRED_VERSION_farsight ?= "0.1.5"
PREFERRED_VERSION_fastcgi ?= "2.4.0"
============================================================
--- packages/fakeroot/fakeroot-native_1.7.1.bb 7407435ed787b345bb9a3d69762a1616144a29a0
+++ packages/fakeroot/fakeroot-native_1.7.1.bb 2cf69ddc34326a1fbcee10104f9b2bc8457d7e39
@@ -1,7 +1,6 @@
-SECTION = "base"
require fakeroot_${PV}.bb
inherit native
-RDEPENDS="util-linux-native"
+RDEPENDS = "util-linux-native"
SRC_URI += "file://fix-prefix.patch;patch=1 "
S = "${WORKDIR}/fakeroot-${PV}"
@@ -17,4 +16,3 @@ do_stage_append () {
do_stage_append () {
oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
}
-
============================================================
--- packages/fakeroot/fakeroot-native_1.8.3.bb 7407435ed787b345bb9a3d69762a1616144a29a0
+++ packages/fakeroot/fakeroot-native_1.9.6.bb 1c5c52a4e43a3d29fb7e01fc9314439465e94212
@@ -1,11 +1,12 @@
-SECTION = "base"
require fakeroot_${PV}.bb
-inherit native
+
RDEPENDS="util-linux-native"
SRC_URI += "file://fix-prefix.patch;patch=1 "
S = "${WORKDIR}/fakeroot-${PV}"
+inherit native
+
EXTRA_OECONF = " --program-prefix="
# Compatability for the rare systems not using or having SYSV
============================================================
--- packages/fakeroot/fakeroot_1.7.1.bb 9671a1e7cbc80f1694a5f396598c05ac2f9f1269
+++ packages/fakeroot/fakeroot_1.7.1.bb ad992abda9e31ccf5bc480c028e69c591137ed7d
@@ -5,8 +5,10 @@ PR = "r2"
RDEPENDS = "util-linux"
PR = "r2"
-SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
- file://work-with-older-libtool.patch;patch=1"
+SRC_URI = "\
+ ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/distfiles/fakeroot_1.7.1.tar.gz \
+ file://work-with-older-libtool.patch;patch=1 \
+"
inherit autotools
============================================================
--- packages/fakeroot/fakeroot_1.8.3.bb 534172d2aa3a4939aaced19e321eacaad90ec58d
+++ packages/fakeroot/fakeroot_1.9.6.bb 46dec87ce96a08cef69df1aeb4a65b53a49463a8
@@ -1,11 +1,12 @@ DESCRIPTION = "Gives a fake root environ
DESCRIPTION = "Gives a fake root environment"
+HOMEPAGE = "http://fakeroot.alioth.debian.org/"
SECTION = "base"
LICENSE = "GPL"
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS = "util-linux"
PR = "r1"
-SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
file://configure-libtool.patch;patch=1"
inherit autotools
_______________________________________________
Openembedded-stablebranch mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch