libelf: cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 02:04:06 +01:00
parent 9c23e700e0
commit 313cbe3aeb
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@
setup_toolchain host
cd $PKG_BUILD
mkdir -p objdir
cd objdir
mkdir -p objdir && cd objdir
../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--target=$TARGET_NAME \

View File

@ -6,7 +6,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.mr511.de/software/"
PKG_URL="http://www.mr511.de/software/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="libelf: ELF object file access library"