diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /prelink | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
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
Diffstat (limited to 'prelink')
-rw-r--r-- | prelink/prelink_20031029.bb | 0 | ||||
-rw-r--r-- | prelink/prelink_20031029.oe | 26 | ||||
-rw-r--r-- | prelink/prelink_20040304.bb | 0 | ||||
-rw-r--r-- | prelink/prelink_20040304.oe | 20 | ||||
-rw-r--r-- | prelink/prelink_20040520.bb | 0 | ||||
-rw-r--r-- | prelink/prelink_20040520.oe | 16 |
6 files changed, 0 insertions, 62 deletions
diff --git a/prelink/prelink_20031029.bb b/prelink/prelink_20031029.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/prelink/prelink_20031029.bb diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe deleted file mode 100644 index fe8f6e905c..0000000000 --- a/prelink/prelink_20031029.oe +++ /dev/null @@ -1,26 +0,0 @@ -SECTION = "devel" -DEPENDS = "elfutils " -DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ -and executables, so that far fewer relocations need to be resolved at \ -runtime and thus programs come up faster." - -SRC_URI = "ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \ - file://dso.c.patch;patch=1 \ - file://layout.c.patch;patch=1 \ - file://Makefile.in.patch;patch=1 \ - file://prelink.h.patch;patch=1 \ - file://ts.Makefile.am.patch;patch=1 \ - file://ts.Makefile.in.patch;patch=1 \ - file://prelink.conf \ - file://prelink.cron.daily \ - file://prelink.default" -S = "${WORKDIR}/prelink" - -inherit autotools - -do_install_append () { - install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default - install -m 0644 ${WORKDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf - install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink - install -m 0644 ${WORKDIR}/prelink.default ${D}/${sysconfdir}/default/prelink -} diff --git a/prelink/prelink_20040304.bb b/prelink/prelink_20040304.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/prelink/prelink_20040304.bb diff --git a/prelink/prelink_20040304.oe b/prelink/prelink_20040304.oe deleted file mode 100644 index ac450d77d7..0000000000 --- a/prelink/prelink_20040304.oe +++ /dev/null @@ -1,20 +0,0 @@ -SECTION = "devel" -DEPENDS = "elfutils " -DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ -and executables, so that far fewer relocations need to be resolved at \ -runtime and thus programs come up faster." - -SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ - file://prelink.conf \ - file://prelink.cron.daily \ - file://prelink.default" -S = "${WORKDIR}/prelink-0.0.${PV}" - -inherit autotools - -do_install_append () { - install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default - install -m 0644 ${WORKDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf - install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink - install -m 0644 ${WORKDIR}/prelink.default ${D}/${sysconfdir}/default/prelink -} diff --git a/prelink/prelink_20040520.bb b/prelink/prelink_20040520.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/prelink/prelink_20040520.bb diff --git a/prelink/prelink_20040520.oe b/prelink/prelink_20040520.oe deleted file mode 100644 index 66bd6b3ed1..0000000000 --- a/prelink/prelink_20040520.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "devel" -DEPENDS = "elfutils " -DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ -and executables, so that far fewer relocations need to be resolved at \ -runtime and thus programs come up faster." - -SRC_URI = "ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2" -S = "${WORKDIR}/prelink" - -EXTRA_OECONF = "--disable-64bit" - -inherit autotools - -do_install_append () { - install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default -} |