summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-27 21:38:32 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-27 21:38:32 +0000
commite98e60ba31e639b69a7d03a158561e17681f8f0b (patch)
treecbf0c103f9b693c8b3f19163273356b6f250b0a9
parentf559aff11196e72e36972faeb28c1bfe20651314 (diff)
downloadpoky-e98e60ba31e639b69a7d03a158561e17681f8f0b.tar.gz
fakeroot: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@441 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/fakeroot/fakeroot_1.2.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/fakeroot/fakeroot_1.2.13.bb b/openembedded/packages/fakeroot/fakeroot_1.2.13.bb
index f141330276..8ae7ca38be 100644
--- a/openembedded/packages/fakeroot/fakeroot_1.2.13.bb
+++ b/openembedded/packages/fakeroot/fakeroot_1.2.13.bb
@@ -1,8 +1,8 @@
1SECTION = "base"
2DESCRIPTION = "Gives a fake root environment" 1DESCRIPTION = "Gives a fake root environment"
2SECTION = "base"
3HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html" 3HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
4LICENSE = "GPL" 4LICENSE = "GPL"
5 5
6SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz" 6SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz"
7 7
8inherit autotools 8inherit autotools