mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 00:09:03 +00:00
mkpkg: use full rev
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d bcm2835-driver.git ]; then
|
||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd bcm2835-driver.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d libcec.git ]; then
|
||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd libcec.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
@ -11,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd libretro-ppsspp.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d linux-amlogic.git ]; then
|
||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd linux-amlogic.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d lockdev.git ]; then
|
||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd lockdev.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d rtmpdump.git ]; then
|
||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
||||
|
||||
cd rtmpdump.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
GIT_REV=`git log -n1 --format=%H`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
|
Reference in New Issue
Block a user