diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-18 19:38:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-18 19:38:04 +0000 |
commit | d35c0a6f932fe8e51a1f9fe2bd5d6fd572f86e2e (patch) | |
tree | 1485d02812a963e9a8f6edd10879574dcf297e15 /content/fakeroot-0.7.5.oe | |
parent | cd174f2ffd7c85a15918c19d62faa25741db3ad8 (diff) |
Adjust the way we handle our BUILD vs HOST vs TARGET.
BKrev: 3f6a099cJfKoPCEz0cqWUDlnW4duuw
Diffstat (limited to 'content/fakeroot-0.7.5.oe')
-rw-r--r-- | content/fakeroot-0.7.5.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fakeroot-0.7.5.oe b/content/fakeroot-0.7.5.oe index 147be45dc2..f031a529ad 100644 --- a/content/fakeroot-0.7.5.oe +++ b/content/fakeroot-0.7.5.oe @@ -1,4 +1,4 @@ SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz -S := ${WORKDIR}/${P} +S = ${WORKDIR}/${P} inherit autotools |