diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-03 01:26:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-03 01:26:13 +0000 |
commit | 87108dcf2cb439a54b66a9e3a2aa99d49a1aa9c1 (patch) | |
tree | f0eb254915d99f0dfb21bc312953a57151be8ad7 /prelink/prelink_20031029.oe | |
parent | 2c56c8ffb4b41cb9aa540316089cbfaf8d87aa05 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into zelda.tuxnami.org:/home/kergoth/code/packages
2004/02/02 20:20:50-05:00 local!kergoth
Pull in prelink 20040115 from debian, and their patchset for 20031029, prelink.conf, /etc/default/prelink, and /etc/cron.daily/prelink.
BKrev: 401ef8b5VFeu4LaRIvcki3pMUf78Ag
Diffstat (limited to 'prelink/prelink_20031029.oe')
-rw-r--r-- | prelink/prelink_20031029.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe index e69de29bb2..f2cad3fd6f 100644 --- a/prelink/prelink_20031029.oe +++ b/prelink/prelink_20031029.oe @@ -0,0 +1,20 @@ +DEPENDS = elfutils virtual/libc +RDEPENDS = elfutils libc6 + +SRC_URI = ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \ + file://${FILESDIR}/dso.c.patch;patch=1 \ + file://${FILESDIR}/layout.c.patch;patch=1 \ + file://${FILESDIR}/Makefile.in.patch;patch=1 \ + file://${FILESDIR}/prelink.h.patch;patch=1 \ + file://${FILESDIR}/ts.Makefile.am.patch;patch=1 \ + file://${FILESDIR}/ts.Makefile.in.patch;patch=1 +S = ${WORKDIR}/prelink + +inherit autotools libtool + +do_install_append () { + install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default + oe_machinstall -m 0644 ${FILESDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf + oe_machinstall -m 0644 ${FILESDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink + oe_machinstall -m 0644 ${FILESDIR}/prelink.default ${D}/${sysconfdir}/default/prelink +} |