From 087629f4afb009d0eceec99db1e2ae45c1cf507e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 29 May 2004 17:11:04 +0000 Subject: Cleanup pass - remove remnant virtual/libc items from DEPENDS. BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g --- prelink/prelink_20031029.oe | 2 +- prelink/prelink_20040304.oe | 2 +- prelink/prelink_20040520.oe | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) (limited to 'prelink') 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 +} -- cgit v1.2.3