diff options
author | Qing He <qing.he@intel.com> | 2010-12-10 14:03:42 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:31 -0800 |
commit | 082c4e2440582cf44fbc65ba97ba3577da95ff4b (patch) | |
tree | 01aed777a90db61e0c995b333c7ead87b2900636 | |
parent | 1901134554cd14e2ad9203452dce0cf4502b08be (diff) | |
download | poky-082c4e2440582cf44fbc65ba97ba3577da95ff4b.tar.gz |
fakeroot: upgrade to version 1.14.5
from 1.14.4
changes:
- install to ${includedir} instead of ${STAGING_INCDIR}
- fakeroot has long been under GPLv3
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/recipes-devtools/fakeroot/fakeroot-1.14.5/absolutepaths.patch (renamed from meta/recipes-devtools/fakeroot/fakeroot-1.14.4/absolutepaths.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/fakeroot/fakeroot_1.14.5.bb (renamed from meta/recipes-devtools/fakeroot/fakeroot_1.14.4.bb) | 13 |
2 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-devtools/fakeroot/fakeroot-1.14.4/absolutepaths.patch b/meta/recipes-devtools/fakeroot/fakeroot-1.14.5/absolutepaths.patch index ae18e8a28c..ae18e8a28c 100644 --- a/meta/recipes-devtools/fakeroot/fakeroot-1.14.4/absolutepaths.patch +++ b/meta/recipes-devtools/fakeroot/fakeroot-1.14.5/absolutepaths.patch | |||
diff --git a/meta/recipes-devtools/fakeroot/fakeroot_1.14.4.bb b/meta/recipes-devtools/fakeroot/fakeroot_1.14.5.bb index 4edeccfe6d..2d2604f270 100644 --- a/meta/recipes-devtools/fakeroot/fakeroot_1.14.4.bb +++ b/meta/recipes-devtools/fakeroot/fakeroot_1.14.5.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | DESCRIPTION = "Provides a fake \"root environment\" by means of LD_PRELOAD and SYSV IPC or TCP trickery" | 1 | DESCRIPTION = "Provides a fake \"root environment\" by means of LD_PRELOAD and SYSV IPC or TCP trickery" |
2 | HOMEPAGE = "http://fakeroot.alioth.debian.org/" | 2 | HOMEPAGE = "http://fakeroot.alioth.debian.org/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
6 | |||
5 | # fakeroot needs getopt which is provided by the util-linux package | 7 | # fakeroot needs getopt which is provided by the util-linux package |
6 | RDEPENDS = "util-linux" | 8 | RDEPENDS = "util-linux" |
7 | RDEPENDS_virtclass-native = "util-linux-native" | 9 | RDEPENDS_virtclass-native = "util-linux-native" |
@@ -10,7 +12,7 @@ PROVIDES += "virtual/fakeroot" | |||
10 | 12 | ||
11 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ | 13 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ |
12 | file://absolutepaths.patch" | 14 | file://absolutepaths.patch" |
13 | 15 | ||
14 | inherit autotools | 16 | inherit autotools |
15 | 17 | ||
16 | do_configure_prepend() { | 18 | do_configure_prepend() { |
@@ -20,8 +22,8 @@ do_configure_prepend() { | |||
20 | } | 22 | } |
21 | 23 | ||
22 | do_install_append() { | 24 | do_install_append() { |
23 | install -d ${D}${STAGING_INCDIR}/fakeroot/ | 25 | install -d ${D}${includedir}/fakeroot/ |
24 | install -m 644 *.h ${D}${STAGING_INCDIR}/fakeroot | 26 | install -m 644 *.h ${D}${includedir}/fakeroot |
25 | } | 27 | } |
26 | 28 | ||
27 | # Compatability for the rare systems not using or having SYSV | 29 | # Compatability for the rare systems not using or having SYSV |
@@ -31,3 +33,6 @@ python () { | |||
31 | } | 33 | } |
32 | 34 | ||
33 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native" |
36 | |||
37 | SRC_URI[md5sum] = "659a1f3a36554abfc2a3eaad2fdc0604" | ||
38 | SRC_URI[sha256sum] = "b035c834944bf9482027f48c388de8492e96609825265ac03f05408d0b3aae68" | ||