]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: Drop no unmeeded hack
authorRichard Purdie <richard@openedhand.com>
Tue, 22 Apr 2008 21:28:09 +0000 (21:28 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 22 Apr 2008 21:28:09 +0000 (21:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4312 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/prelink/prelink-20061027/makefile.patch [deleted file]
meta/packages/prelink/prelink_20061027.bb

diff --git a/meta/packages/prelink/prelink-20061027/makefile.patch b/meta/packages/prelink/prelink-20061027/makefile.patch
deleted file mode 100644 (file)
index 7dca363..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Hack to make this work with libtool 2.2.2
-
-Index: prelink-0.0.20061027/src/Makefile.am
-===================================================================
---- prelink-0.0.20061027.orig/src/Makefile.am  2008-04-15 17:52:39.000000000 +0100
-+++ prelink-0.0.20061027/src/Makefile.am       2008-04-15 17:52:45.000000000 +0100
-@@ -21,7 +21,6 @@
-                 verify.c canonicalize.c md5.c md5.h sha.c sha.h            \
-                 $(common_SOURCES) $(arch_SOURCES)
- prelink_LDADD = @LIBGELF@
--prelink_LDFLAGS = -all-static
- execstack_SOURCES = execstack.c $(common_SOURCES) $(arch_SOURCES)
index 0a4391e1611c51f6b09ae86ca2d580d3973513a3..9ef0fd2e38b503829fa9bbeb080e326de2a47988 100644 (file)
@@ -4,12 +4,11 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
 and executables, so that far fewer relocations need to be resolved at \
 runtime and thus programs come up faster."
 LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \
            file://prelink.conf \
            file://prelink.cron.daily \
-           file://makefile.patch;patch=1 \
            file://prelink.default"
 
 TARGET_OS_ORIG := "${TARGET_OS}"