[oe-commits] org.oe.dev fakeroot: Apply patch for fakeroot-native to fakeroot too.

florian commit openembedded-commits at lists.openembedded.org
Thu Sep 6 11:27:02 UTC 2007


fakeroot: Apply patch for fakeroot-native to fakeroot too.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 0ffedb7c7f00db7f23e28aec3cbb44abdd01876f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0ffedb7c7f00db7f23e28aec3cbb44abdd01876f
Files:
1
packages/fakeroot/fakeroot_1.7.1.bb
Diffs:

#
# mt diff -rb8f7b2aaa8b4d9c8e6f9631e149c6b922d092db2 -r0ffedb7c7f00db7f23e28aec3cbb44abdd01876f
#
# 
# 
# patch "packages/fakeroot/fakeroot_1.7.1.bb"
#  from [8967e479fc4f576b1cc0fe2775a0d1641dad8ed4]
#    to [9671a1e7cbc80f1694a5f396598c05ac2f9f1269]
# 
============================================================
--- packages/fakeroot/fakeroot_1.7.1.bb	8967e479fc4f576b1cc0fe2775a0d1641dad8ed4
+++ packages/fakeroot/fakeroot_1.7.1.bb	9671a1e7cbc80f1694a5f396598c05ac2f9f1269
@@ -1,11 +1,12 @@ RDEPENDS = "util-linux"
 DESCRIPTION = "Gives a fake root environment"
 SECTION = "base"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz"
+SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+           file://work-with-older-libtool.patch;patch=1"
 
 inherit autotools
 






More information about the Openembedded-commits mailing list