summaryrefslogtreecommitdiff
path: root/prelink
diff options
context:
space:
mode:
Diffstat (limited to 'prelink')
-rw-r--r--prelink/prelink_20031029.oe2
-rw-r--r--prelink/prelink_20040304.oe2
-rw-r--r--prelink/prelink_20040520.oe15
3 files changed, 17 insertions, 2 deletions
diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe
index 4da0ad534c..a60c04541d 100644
--- a/prelink/prelink_20031029.oe
+++ b/prelink/prelink_20031029.oe
@@ -1,4 +1,4 @@
-DEPENDS = "elfutils virtual/libc"
+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."
diff --git a/prelink/prelink_20040304.oe b/prelink/prelink_20040304.oe
index f1a6a04fd7..1cc8f57b84 100644
--- a/prelink/prelink_20040304.oe
+++ b/prelink/prelink_20040304.oe
@@ -1,4 +1,4 @@
-DEPENDS = "elfutils virtual/libc"
+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."
diff --git a/prelink/prelink_20040520.oe b/prelink/prelink_20040520.oe
index e69de29bb2..1f1144edda 100644
--- a/prelink/prelink_20040520.oe
+++ b/prelink/prelink_20040520.oe
@@ -0,0 +1,15 @@
+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
+}