mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-09 19:07:50 +00:00
libelf: cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9c23e700e0
commit
313cbe3aeb
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user