mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
autoconf-2.68: rename sourcedir with $PKG_SOURCE_DIR to $PKG_NAME-$PKG_VERSION
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4d2ea6828e
commit
500a45690b
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $BUILD/$PKG_NAME
|
cd $PKG_BUILD
|
||||||
|
|
||||||
EMACS="no" \
|
EMACS="no" \
|
||||||
ac_cv_path_M4=$ROOT/$TOOLCHAIN/bin/m4 \
|
ac_cv_path_M4=$ROOT/$TOOLCHAIN/bin/m4 \
|
||||||
|
@ -19,12 +19,13 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="autoconf-2.68"
|
PKG_NAME="autoconf-2.68"
|
||||||
PKG_VERSION=""
|
PKG_VERSION="legacy"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://sources.redhat.com/autoconf/"
|
PKG_SITE="http://sources.redhat.com/autoconf/"
|
||||||
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
|
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
|
||||||
|
PKG_SOURCE_DIR="$PKG_NAME"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="ccache m4"
|
PKG_BUILD_DEPENDS="ccache m4"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user