summaryrefslogtreecommitdiffstats
path: root/meta/packages/gettext
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/gettext
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/gettext')
-rw-r--r--meta/packages/gettext/gettext-native_0.14.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gettext/gettext-native_0.14.1.bb b/meta/packages/gettext/gettext-native_0.14.1.bb
index 07c9361a19..6203b1f9d7 100644
--- a/meta/packages/gettext/gettext-native_0.14.1.bb
+++ b/meta/packages/gettext/gettext-native_0.14.1.bb
@@ -1,4 +1,4 @@
1include gettext_${PV}.bb 1require gettext_${PV}.bb
2S = "${WORKDIR}/gettext-${PV}" 2S = "${WORKDIR}/gettext-${PV}"
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" 3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}"
4inherit native 4inherit native