diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/libtool/libtool-cross_1.5.10.bb | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r-- | meta/packages/libtool/libtool-cross_1.5.10.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-cross_1.5.10.bb b/meta/packages/libtool/libtool-cross_1.5.10.bb new file mode 100644 index 0000000000..22e404c9d5 --- /dev/null +++ b/meta/packages/libtool/libtool-cross_1.5.10.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SECTION = "devel" | ||
2 | include libtool_${PV}.bb | ||
3 | |||
4 | PR = "r4" | ||
5 | PACKAGES = "" | ||
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | ||
7 | SRC_URI_append = " file://libdir-la.patch;patch=1 \ | ||
8 | file://prefix.patch;patch=1 \ | ||
9 | file://tag.patch;patch=1 \ | ||
10 | file://tag1.patch;patch=1 \ | ||
11 | file://install-path-check.patch;patch=1" | ||
12 | S = "${WORKDIR}/libtool-${PV}" | ||
13 | |||
14 | prefix = "${STAGING_DIR}" | ||
15 | exec_prefix = "${prefix}/${BUILD_SYS}" | ||
16 | |||
17 | do_compile () { | ||
18 | : | ||
19 | } | ||
20 | |||
21 | do_stage () { | ||
22 | install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool | ||
23 | } | ||
24 | |||
25 | do_install () { | ||
26 | : | ||
27 | } | ||