summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-30 16:20:25 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-06-30 15:44:29 -0700
commit2136f753eb04952c7cd489c8339b10092b6bfb19 (patch)
tree25b90426e689438dd7db3c10c12503754b4e097e /meta/packages/fakeroot
parent0093d520c96bd5ad93f6709ddd9fb90e065ad175 (diff)
downloadpoky-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.bb10
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 @@
1DESCRIPTION = "Gives a fake root environment" 1DESCRIPTION = "Provides a fake \"root environment\" by means of LD_PRELOAD and SYSV IPC or TCP trickery"
2HOMEPAGE = "http://fakeroot.alioth.debian.org/" 2HOMEPAGE = "http://fakeroot.alioth.debian.org/"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPL" 4LICENSE = "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
6RDEPENDS = "util-linux" 6RDEPENDS = "util-linux"
7RDEPENDS_virtclass-native = "util-linux-native" 7RDEPENDS_virtclass-native = "util-linux-native"
8PR = "r3" 8PR = "r3"
9 9
10SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ 10SRC_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
14inherit autotools 14inherit 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
27BBCLASSEXTEND = "native" \ No newline at end of file 27BBCLASSEXTEND = "native"