summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakechroot/fakechroot_2.5.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-03-22 18:18:50 +0000
committerJoshua Lock <josh@linux.intel.com>2010-03-23 14:50:50 +0000
commite3c4237fd7fcd1dfe0bb086d61122c3704c9e835 (patch)
treea13b0c9c502c90480ad8530e29c71d154bb8f92c /meta/packages/fakechroot/fakechroot_2.5.bb
parent1d05e3aa30e890a46d5febbde00548a20031fae5 (diff)
downloadpoky-e3c4237fd7fcd1dfe0bb086d61122c3704c9e835.tar.gz
fakechroot: Update to 2.9 and add a patch from Debian
This update includes a refresh of our existing readlink patch and a (trimmed) copy of the patch Debian are shipping in their package which includes unreleased fixes from SVN for building against more recent glibc. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/fakechroot/fakechroot_2.5.bb')
-rw-r--r--meta/packages/fakechroot/fakechroot_2.5.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/fakechroot/fakechroot_2.5.bb b/meta/packages/fakechroot/fakechroot_2.5.bb
deleted file mode 100644
index a72dfdaf05..0000000000
--- a/meta/packages/fakechroot/fakechroot_2.5.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SECTION = "base"
2DESCRIPTION = "Gives a fake root environment which can support chroot"
3LICENSE = "GPL"
4
5SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \
6 file://fix-readlink.patch;patch=1"
7
8inherit autotools_stage
9
10PR = "r2"
11
12BBCLASSEXTEND = "native" \ No newline at end of file