diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-22 18:18:50 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-03-23 14:50:50 +0000 |
commit | e3c4237fd7fcd1dfe0bb086d61122c3704c9e835 (patch) | |
tree | a13b0c9c502c90480ad8530e29c71d154bb8f92c /meta/packages/fakechroot/fakechroot_2.9.bb | |
parent | 1d05e3aa30e890a46d5febbde00548a20031fae5 (diff) | |
download | poky-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.9.bb')
-rw-r--r-- | meta/packages/fakechroot/fakechroot_2.9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/fakechroot/fakechroot_2.9.bb b/meta/packages/fakechroot/fakechroot_2.9.bb new file mode 100644 index 0000000000..6d45e01940 --- /dev/null +++ b/meta/packages/fakechroot/fakechroot_2.9.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SECTION = "base" | ||
2 | DESCRIPTION = "Gives a fake root environment which can support chroot" | ||
3 | LICENSE = "GPL" | ||
4 | |||
5 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \ | ||
6 | file://fix-readlink.patch;patch=1 \ | ||
7 | ${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | PR = "r2" | ||
12 | |||
13 | BBCLASSEXTEND = "native" \ No newline at end of file | ||