summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 23:34:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 23:34:18 +0000
commitc813d14c9ffb9c0672a28d68faf85bf3575e9a2f (patch)
treea1248ce70d67ee044da1f1ad9f2095131219ca31 /meta/packages/fakeroot
parent1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff)
downloadpoky-c813d14c9ffb9c0672a28d68faf85bf3575e9a2f.tar.gz
Change include x.inc -> require x.inc (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r--meta/packages/fakeroot/fakeroot-native_1.2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb b/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
index cc3dfd2231..eb58e92b6e 100644
--- a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
+++ b/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
@@ -1,6 +1,6 @@
1SECTION = "base" 1SECTION = "base"
2PR = "r0" 2PR = "r0"
3include fakeroot_${PV}.bb 3require fakeroot_${PV}.bb
4inherit native 4inherit native
5 5
6SRC_URI += "file://fix-prefix.patch;patch=1" 6SRC_URI += "file://fix-prefix.patch;patch=1"