fakechroot: upgrade to version 2.13.1

from 2.9

changes:
 - remove debian diff, since there is no diff.gz for 2.13.1
 - remove fix-readlink.patch, the patch doesn't seem to make sense now

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-12-10 12:52:12 +08:00 committed by Saul Wold
parent 082c4e2440
commit b3412078f7
3 changed files with 17 additions and 46 deletions

View File

@ -1,26 +0,0 @@
---
src/libfakechroot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: fakechroot-2.9/src/libfakechroot.c
===================================================================
--- fakechroot-2.9.orig/src/libfakechroot.c 2009-03-31 11:20:41.000000000 +0100
+++ fakechroot-2.9/src/libfakechroot.c 2010-03-22 17:40:17.386783375 +0000
@@ -775,7 +775,7 @@
nextsym(opendir, "opendir");
#endif
nextsym(pathconf, "pathconf");
- nextsym(readlink, "readlink");
+ nextsym(readlink, "own_readlink");
nextsym(realpath, "realpath");
nextsym(remove, "remove");
#ifdef HAVE_REMOVEXATTR
@@ -2492,7 +2492,7 @@
/* #include <unistd.h> */
-READLINK_TYPE_RETURN readlink (const char *path, char *buf, READLINK_TYPE_ARG3)
+READLINK_TYPE_RETURN own_readlink (const char *path, char *buf, READLINK_TYPE_ARG3)
{
int status;
char tmp[FAKECHROOT_MAXPATH], *tmpptr;

View File

@ -0,0 +1,17 @@
DESCRIPTION = "Gives a fake root environment which can support chroot"
SECTION = "base"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \
"
SRC_URI[md5sum] = "280a828869a15059f0681a5d11a5e255"
SRC_URI[md5sum] = "15489437d8602cc393d886f74004ee75af049b1fab42b27331f355650e4e57c8"
inherit autotools
PR = "r0"
BBCLASSEXTEND = "native"

View File

@ -1,20 +0,0 @@
SECTION = "base"
DESCRIPTION = "Gives a fake root environment which can support chroot"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz;name=tarball \
file://fix-readlink.patch;patch=1 \
${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz;patch=1;name=patch"
SRC_URI[tarball.md5sum] = "7b0048e50a6309acf0dda4e547735022"
SRC_URI[tarball.sha256sum] = "bfccb079d2d247b05d5f82473beca0043ddfc51a6ed595541575893fa3ab6c3e"
SRC_URI[patch.md5sum] = "b4c9c113ebba929be8c311591a499e6e"
SRC_URI[patch.sha256sum] = "3e1677622f3a92a5cf91665a733fa51b32d1e5f1a487a7e220ad575c0a09077a"
inherit autotools
PR = "r3"
BBCLASSEXTEND = "native"