mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libva-driver-intel: rework own package patching, now supported by scripts/unpack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f60ec98c4d
commit
4ac16aa835
@ -24,8 +24,3 @@
|
|||||||
|
|
||||||
tar -xzf $SOURCES/$PKG_NAME/intel-driver-$PKG_VERSION.tar.gz -C $BUILD
|
tar -xzf $SOURCES/$PKG_NAME/intel-driver-$PKG_VERSION.tar.gz -C $BUILD
|
||||||
mv $BUILD/intel-driver-$PKG_VERSION $BUILD/$PKG_NAME-$PKG_VERSION
|
mv $BUILD/intel-driver-$PKG_VERSION $BUILD/$PKG_NAME-$PKG_VERSION
|
||||||
|
|
||||||
for patch in `ls $PKG_DIR/patches.upstream/*.patch`; do
|
|
||||||
cat $patch | patch -d \
|
|
||||||
`echo $BUILD/$PKG_NAME-$PKG_VERSION | cut -f1 -d\ ` -p1
|
|
||||||
done
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user