prelink-cross: update to prelink-cross-e35fcac

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-10 19:07:18 +02:00
parent ca5e59d6f6
commit 34fc1b17da

View File

@ -19,14 +19,14 @@
################################################################################
PKG_NAME="prelink-cross"
PKG_VERSION="840f3ae"
PKG_VERSION="e35fcac"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.yoctoproject.org/projects/cross-prelink"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="libelf"
PKG_BUILD_DEPENDS="elfutils"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="prelink-cross: modifies ELF-shared libraries and ELF-dynamically linked binaries by pre-assigning load addresses for each ELF object."