diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-05 15:52:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-05 15:52:12 +0000 |
commit | 5f6edf0e046c60373d2d396d8f1a409c57195bd6 (patch) | |
tree | 37d6ab7053da90e31d6212a6784dce188acf552b /fakeroot | |
parent | af8ede201a69911271879c19974c5cc7ff2e897d (diff) |
Correct dependencies for fakeroot and changedfiles-daemon.
BKrev: 4048a22c45PDCq0Jt0uMpKtIJDEN2g
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot_0.8.3.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fakeroot/fakeroot_0.8.3.oe b/fakeroot/fakeroot_0.8.3.oe index e69de29bb2..dfc4f5abad 100644 --- a/fakeroot/fakeroot_0.8.3.oe +++ b/fakeroot/fakeroot_0.8.3.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz + +inherit autotools libtool |