summaryrefslogtreecommitdiff
path: root/meta/packages/fakeroot/fakeroot_1.7.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-08 15:15:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-08 15:15:09 +0000
commit06976c635a486ec8412db552b6fb1193f650bf1f (patch)
tree8ecab72816b1542b90593f6ee2702c6f17e5114b /meta/packages/fakeroot/fakeroot_1.7.1.bb
parentb3dddcdde5d10f382f71413aad67f7ef2e2420a2 (diff)
downloadopenembedded-core-06976c635a486ec8412db552b6fb1193f650bf1f.tar.gz
openembedded-core-06976c635a486ec8412db552b6fb1193f650bf1f.tar.bz2
openembedded-core-06976c635a486ec8412db552b6fb1193f650bf1f.tar.xz
openembedded-core-06976c635a486ec8412db552b6fb1193f650bf1f.zip
fakeroot: merge 1.9.4 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4205 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot/fakeroot_1.7.1.bb')
-rw-r--r--meta/packages/fakeroot/fakeroot_1.7.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.7.1.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb
deleted file mode 100644
index 6abf8a670..000000000
--- a/meta/packages/fakeroot/fakeroot_1.7.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Gives a fake root environment"
-HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
-SECTION = "base"
-LICENSE = "GPL"
-# fakeroot needs getopt which is provided by the util-linux package
-RDEPENDS = "util-linux"
-PR = "r2"
-
-SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
- file://autofoo.patch;patch=1"
-
-inherit autotools
-
-# The fakeroot script requires the .so link to be present
-FILES_${PN} =+ "${libdir}/libfakeroot-*.so ${libdir}/libfakeroot.so"
-
-do_stage() {
- install -d ${STAGING_INCDIR}/fakeroot
- install -m 644 *.h ${STAGING_INCDIR}/fakeroot
- autotools_stage_all
-}