mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
waf: use binary from source archive
Commit bde858fe3cedb3b823c4e72f322e269784c42479 changed waf package URL to tar.bz2 source archive, adjusting makeinstall_host() to use waf binary from that archive.
This commit is contained in:
parent
71f8aacd28
commit
d6bc2d9371
@ -10,12 +10,6 @@ PKG_URL="https://waf.io/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_LONGDESC="The Waf build system"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
unpack() {
|
||||
mkdir -p ${PKG_BUILD}
|
||||
cp ${SOURCES}/${PKG_NAME}/${PKG_SOURCE_NAME} ${PKG_BUILD}/waf
|
||||
chmod a+x ${PKG_BUILD}/waf
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
cp -pf waf ${TOOLCHAIN}/bin/
|
||||
cp -pf ${PKG_BUILD}/waf ${TOOLCHAIN}/bin/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user