diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
commit | c813d14c9ffb9c0672a28d68faf85bf3575e9a2f (patch) | |
tree | a1248ce70d67ee044da1f1ad9f2095131219ca31 /meta/packages/gettext | |
parent | 1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff) | |
download | poky-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.bb | 2 |
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 @@ | |||
1 | include gettext_${PV}.bb | 1 | require gettext_${PV}.bb |
2 | S = "${WORKDIR}/gettext-${PV}" | 2 | S = "${WORKDIR}/gettext-${PV}" |
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}" |
4 | inherit native | 4 | inherit native |