diff options
Diffstat (limited to 'packages/prelink/prelink_20040520.bb')
-rw-r--r-- | packages/prelink/prelink_20040520.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/prelink/prelink_20040520.bb b/packages/prelink/prelink_20040520.bb index e69de29bb2..b07f05a285 100644 --- a/packages/prelink/prelink_20040520.bb +++ b/packages/prelink/prelink_20040520.bb @@ -0,0 +1,16 @@ +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." +LICENSE = "GPL" +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 +} |