[oe-commits] org.oe.dev fakeroot: remove 1.2.13, switch 1.7.1 to a SRC_URI that has been stable for a while now

mickeyl commit oe at amethyst.openembedded.net
Sun Jun 29 11:21:34 UTC 2008


fakeroot: remove 1.2.13, switch 1.7.1 to a SRC_URI that has been stable for a while now

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 27af07b24c1b4984eb3a5a4d2ff45e002defc2e6
ViewMTN: http://monotone.openembedded.org/revision/info/27af07b24c1b4984eb3a5a4d2ff45e002defc2e6
Files:
1
packages/fakeroot/fakeroot-native_1.2.13.bb
packages/fakeroot/fakeroot_1.2.13.bb
packages/fakeroot/fakeroot-native_1.7.1.bb
packages/fakeroot/fakeroot_1.7.1.bb
Diffs:

#
# mt diff -r0b810921c6253a825b7cdbf747d75f199d615b10 -r27af07b24c1b4984eb3a5a4d2ff45e002defc2e6
#
#
#
# delete "packages/fakeroot/fakeroot-native_1.2.13.bb"
# 
# delete "packages/fakeroot/fakeroot_1.2.13.bb"
# 
# patch "packages/fakeroot/fakeroot-native_1.7.1.bb"
#  from [7407435ed787b345bb9a3d69762a1616144a29a0]
#    to [2cf69ddc34326a1fbcee10104f9b2bc8457d7e39]
# 
# patch "packages/fakeroot/fakeroot_1.7.1.bb"
#  from [9671a1e7cbc80f1694a5f396598c05ac2f9f1269]
#    to [dc276e6d36c30428d7819ec113bd86f389d90832]
#
============================================================
--- 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_1.7.1.bb	9671a1e7cbc80f1694a5f396598c05ac2f9f1269
+++ packages/fakeroot/fakeroot_1.7.1.bb	dc276e6d36c30428d7819ec113bd86f389d90832
@@ -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
 






More information about the Openembedded-commits mailing list