mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
cloog-ppl: update to cloog-ppl-0.15.11
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f0ee422712
commit
5eaddc6ade
@ -25,9 +25,9 @@
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $BUILD/$1*
|
cd $BUILD/$1*
|
||||||
|
autoreconf -vif
|
||||||
|
|
||||||
mkdir -p objdir && cd objdir
|
mkdir -p objdir && cd objdir
|
||||||
|
|
||||||
../configure --host=$HOST_NAME \
|
../configure --host=$HOST_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--target=$TARGET_NAME \
|
--target=$TARGET_NAME \
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="cloog-ppl"
|
PKG_NAME="cloog-ppl"
|
||||||
PKG_VERSION="0.15.10"
|
PKG_VERSION="0.15.11"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -23,3 +23,8 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
sed -i "/LD_LIBRARY_PATH=/d" $BUILD/$1*/configure
|
sed -i "/LD_LIBRARY_PATH=/d" $BUILD/$1*/configure
|
||||||
|
|
||||||
|
mkdir -p $PKG_BUILD/m4
|
||||||
|
touch $PKG_BUILD/AUTHORS
|
||||||
|
touch $PKG_BUILD/ChangeLog
|
||||||
|
touch $PKG_BUILD/NEWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user