From c813d14c9ffb9c0672a28d68faf85bf3575e9a2f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 27 Aug 2006 23:34:18 +0000 Subject: 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 --- meta/packages/fakeroot/fakeroot-native_1.2.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/fakeroot') 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 @@ SECTION = "base" PR = "r0" -include fakeroot_${PV}.bb +require fakeroot_${PV}.bb inherit native SRC_URI += "file://fix-prefix.patch;patch=1" -- cgit v1.2.3-54-g00ecf