From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- libtool/libtool-cross_1.5.10.bb | 0 libtool/libtool-cross_1.5.10.oe | 0 libtool/libtool-cross_1.5.6.bb | 0 libtool/libtool-cross_1.5.6.oe | 23 ----------------------- libtool/libtool-native_1.5.10.bb | 0 libtool/libtool-native_1.5.10.oe | 0 libtool/libtool-native_1.5.6.bb | 0 libtool/libtool-native_1.5.6.oe | 33 --------------------------------- libtool/libtool_1.4.3.bb | 0 libtool/libtool_1.4.3.oe | 22 ---------------------- libtool/libtool_1.5.10.bb | 0 libtool/libtool_1.5.10.oe | 0 libtool/libtool_1.5.6.bb | 0 libtool/libtool_1.5.6.oe | 32 -------------------------------- libtool/libtool_1.5.bb | 0 libtool/libtool_1.5.oe | 21 --------------------- 16 files changed, 131 deletions(-) create mode 100644 libtool/libtool-cross_1.5.10.bb delete mode 100644 libtool/libtool-cross_1.5.10.oe create mode 100644 libtool/libtool-cross_1.5.6.bb delete mode 100644 libtool/libtool-cross_1.5.6.oe create mode 100644 libtool/libtool-native_1.5.10.bb delete mode 100644 libtool/libtool-native_1.5.10.oe create mode 100644 libtool/libtool-native_1.5.6.bb delete mode 100644 libtool/libtool-native_1.5.6.oe create mode 100644 libtool/libtool_1.4.3.bb delete mode 100644 libtool/libtool_1.4.3.oe create mode 100644 libtool/libtool_1.5.10.bb delete mode 100644 libtool/libtool_1.5.10.oe create mode 100644 libtool/libtool_1.5.6.bb delete mode 100644 libtool/libtool_1.5.6.oe create mode 100644 libtool/libtool_1.5.bb delete mode 100644 libtool/libtool_1.5.oe (limited to 'libtool') diff --git a/libtool/libtool-cross_1.5.10.bb b/libtool/libtool-cross_1.5.10.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool-cross_1.5.10.oe b/libtool/libtool-cross_1.5.10.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/libtool/libtool-cross_1.5.6.bb b/libtool/libtool-cross_1.5.6.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool-cross_1.5.6.oe b/libtool/libtool-cross_1.5.6.oe deleted file mode 100644 index ecb1272ed6..0000000000 --- a/libtool/libtool-cross_1.5.6.oe +++ /dev/null @@ -1,23 +0,0 @@ -SECTION = "devel" -include libtool_${PV}.oe - -PACKAGES = "" -FILESDIR = "${@os.path.dirname(oe.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://install-path-check.patch;patch=1" -S = "${WORKDIR}/libtool-${PV}" - -prefix = "${STAGING_DIR}" -exec_prefix = "${prefix}/${BUILD_SYS}" - -do_compile () { -} - -do_stage () { - install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool -} - -do_install () { -} diff --git a/libtool/libtool-native_1.5.10.bb b/libtool/libtool-native_1.5.10.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool-native_1.5.10.oe b/libtool/libtool-native_1.5.10.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/libtool/libtool-native_1.5.6.bb b/libtool/libtool-native_1.5.6.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool-native_1.5.6.oe b/libtool/libtool-native_1.5.6.oe deleted file mode 100644 index 93910aa2e6..0000000000 --- a/libtool/libtool-native_1.5.6.oe +++ /dev/null @@ -1,33 +0,0 @@ -SECTION = "devel" -include libtool_${PV}.oe - -PR = "r1" -FILESDIR = "${@os.path.dirname(oe.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://install-path-check.patch;patch=1" -S = "${WORKDIR}/libtool-${PV}" - -STAGING_DATADIR_safe := "${STAGING_DATADIR}" - -inherit native - -do_stage () { - install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool - install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize - oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} - install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ - for dir in ${STAGING_DATADIR} ${STAGING_DATADIR_safe}; do - install -d $dir/libtool \ - $dir/aclocal - install -c config.guess $dir/libtool/config.guess - install -c config.sub $dir/libtool/config.sub - install -c -m 0644 ltmain.sh $dir/libtool/ - install -c -m 0644 libtool.m4 $dir/aclocal/ - install -c -m 0644 ltdl.m4 $dir/aclocal/ - done -} - -do_install () { -} diff --git a/libtool/libtool_1.4.3.bb b/libtool/libtool_1.4.3.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool_1.4.3.oe b/libtool/libtool_1.4.3.oe deleted file mode 100644 index c1b2f9cd60..0000000000 --- a/libtool/libtool_1.4.3.oe +++ /dev/null @@ -1,22 +0,0 @@ -LICENSE = GPL -SECTION = "devel" -PR = "r0" - -DESCRIPTION = "Generic library support script \ -This is GNU libtool, a generic library support script. Libtool hides \ -the complexity of generating special library types (such as shared \ -libraries) behind a consistent interface." - -SRC_URI = "${DEBIAN_MIRROR}/main/libt/libtool/libtool_${PV}.orig.tar.gz \ - file://debian.patch;patch=1 \ - file://libdir.patch;patch=1 \ - file://sedvar.patch;patch=1 \ - file://libtoolize-staging.patch;patch=1" -S = "${WORKDIR}/libtool-${PV}" - -inherit autotools - -EXTRA_OECONF = "--disable-ltdl-install" -do_configure_prepend () { - ./bootstrap -} diff --git a/libtool/libtool_1.5.10.bb b/libtool/libtool_1.5.10.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool_1.5.10.oe b/libtool/libtool_1.5.10.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/libtool/libtool_1.5.6.bb b/libtool/libtool_1.5.6.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool_1.5.6.oe b/libtool/libtool_1.5.6.oe deleted file mode 100644 index bb740c108e..0000000000 --- a/libtool/libtool_1.5.6.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Generic library support script \ -This is GNU libtool, a generic library support script. Libtool hides \ -the complexity of generating special library types (such as shared \ -libraries) behind a consistent interface." -HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" -LICENSE = "GPL" -SECTION = "devel" -PR = "r1" - -SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1" -S = "${WORKDIR}/libtool-${PV}" - -PACKAGES =+ "libltdl libltdl-dev" -FILES_libltdl = "${libdir}/libltdl.so.*" -FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" - -inherit autotools - -EXTRA_AUTORECONF = "--exclude=libtoolize" - -do_configure () { - find ${S} -name acinclude.m4 | for m4 in `cat`; do - cat ${S}/libtool.m4 ${S}/ltdl.m4 > $m4 - done - autotools_do_configure -} - -do_stage () { - oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} - install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ -} diff --git a/libtool/libtool_1.5.bb b/libtool/libtool_1.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe deleted file mode 100644 index d2c3559c19..0000000000 --- a/libtool/libtool_1.5.oe +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = GPL -SECTION = "devel" -DESCRIPTION = "Generic library support script \ -This is GNU libtool, a generic library support script. Libtool hides \ -the complexity of generating special library types (such as shared \ -libraries) behind a consistent interface." - -SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1" -S = "${WORKDIR}/libtool-${PV}" - -inherit autotools - -EXTRA_AUTORECONF = "--exclude=libtoolize" - -do_configure () { - find ${S} -name acinclude.m4 | for m4 in `cat`; do - cat ${S}/libtool.m4 ${S}/ltdl.m4 > $m4 - done - autotools_do_configure -} -- cgit v1.2.3