diff options
author | Philip Balister <philip@balister.org> | 2007-05-05 20:35:20 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-05-05 20:35:20 +0000 |
commit | d26de2c423b2f4d3454eac2f952f127d426e5839 (patch) | |
tree | 4de80c49d679832241bb40d270e09a62c984a4cd /packages/libtool/libtool-cross_1.5.22.bb | |
parent | 97869ccc886d6153dccea808949d619f37eeebfe (diff) |
libtool : Add bb files for libtool-1.5.22. DEFAULT_PREFERENCE set to -1
until these are better tested.
Diffstat (limited to 'packages/libtool/libtool-cross_1.5.22.bb')
-rw-r--r-- | packages/libtool/libtool-cross_1.5.22.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/libtool/libtool-cross_1.5.22.bb b/packages/libtool/libtool-cross_1.5.22.bb new file mode 100644 index 0000000000..2188963495 --- /dev/null +++ b/packages/libtool/libtool-cross_1.5.22.bb @@ -0,0 +1,30 @@ +DEFAULT_PREFERENCE = "-1" + +SECTION = "devel" +require libtool_${PV}.bb + +PR = "r0" +PACKAGES = "" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" +SRC_URI_append = " file://libdir-la.patch;patch=1 \ + file://prefix.patch;patch=1 \ + file://tag.patch;patch=1 \ + file://tag1.patch;patch=1 \ + file://install-path-check.patch;patch=1" +S = "${WORKDIR}/libtool-${PV}" + +prefix = "${STAGING_DIR}" +exec_prefix = "${prefix}/${BUILD_SYS}" +bindir = "${STAGING_BINDIR_NATIVE}" + +do_compile () { + : +} + +do_stage () { + install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool +} + +do_install () { + : +} |