diff options
Diffstat (limited to 'prelink/prelink_20040520.oe')
-rw-r--r-- | prelink/prelink_20040520.oe | 16 |
1 files changed, 0 insertions, 16 deletions
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 -} |