diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-30 16:20:25 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 15:44:29 -0700 |
commit | 2136f753eb04952c7cd489c8339b10092b6bfb19 (patch) | |
tree | 25b90426e689438dd7db3c10c12503754b4e097e /meta/packages/fakeroot | |
parent | 0093d520c96bd5ad93f6709ddd9fb90e065ad175 (diff) | |
download | poky-2136f753eb04952c7cd489c8339b10092b6bfb19.tar.gz |
fakeroot: fix metadata
also no need for patch parameter if it's suffixed with .patch.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r-- | meta/packages/fakeroot/fakeroot_1.9.4.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.9.4.bb index 34e0b97573..66193171fc 100644 --- a/meta/packages/fakeroot/fakeroot_1.9.4.bb +++ b/meta/packages/fakeroot/fakeroot_1.9.4.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "Gives a fake root environment" | 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 = "GPL" | 4 | LICENSE = "GPLv2" |
5 | # fakeroot needs getopt which is provided by the util-linux package | 5 | # fakeroot needs getopt which is provided by the util-linux package |
6 | RDEPENDS = "util-linux" | 6 | RDEPENDS = "util-linux" |
7 | RDEPENDS_virtclass-native = "util-linux-native" | 7 | RDEPENDS_virtclass-native = "util-linux-native" |
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ |
11 | file://configure-libtool.patch;patch=1 \ | 11 | file://configure-libtool.patch; \ |
12 | file://absolutepaths.patch;patch=1 " | 12 | file://absolutepaths.patch;" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
@@ -24,4 +24,4 @@ python () { | |||
24 | bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp ', d) | 24 | bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp ', d) |
25 | } | 25 | } |
26 | 26 | ||
27 | BBCLASSEXTEND = "native" \ No newline at end of file | 27 | BBCLASSEXTEND = "native" |