mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libretro-picodrive: drop git rev-parse call from Makefile
git rev-parse runs into the LE tree and sets GIT_VERSION to the current LE githash - which is nonsense. Just set GIT_VERSION to the (shortened) PKG_VERSION in the Makefile to avoid this issue. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
35c6bc54b2
commit
aab065b509
@ -39,6 +39,10 @@ pre_configure_target() {
|
||||
rm -rf .$TARGET_NAME
|
||||
}
|
||||
|
||||
post_configure_target() {
|
||||
sed -e "s|^GIT_VERSION :=.*$|GIT_VERSION := \" ${PKG_VERSION:0:7}\"|" -i Makefile.libretro
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make -f Makefile.libretro
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user