u-boot-starqltechn: Prefix ubootver variable with underscore (MR 3874)

This commit is contained in:
Petr Hodina 2023-02-16 17:49:59 +01:00 committed by Pablo Correa Gómez
parent 46d06756ee
commit ddf128f480
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -1,7 +1,7 @@
# U-boot with patches to make the Samsung S9 boot # U-boot with patches to make the Samsung S9 boot
pkgname=u-boot-starqltechn pkgname=u-boot-starqltechn
pkgver=2023.01_rc2 pkgver=2023.01_rc2
pkgrel=0 pkgrel=1
pkgdesc="U-Boot bootloader for the Samsung SM-G9600 starqltechn" pkgdesc="U-Boot bootloader for the Samsung SM-G9600 starqltechn"
url="https://source.denx.de/u-boot" url="https://source.denx.de/u-boot"
arch="aarch64" arch="aarch64"
@ -18,9 +18,9 @@ makedepends="$depends_dev
swig swig
" "
options="!archcheck !check !strip" options="!archcheck !check !strip"
ubootver=2023.01-rc2 _ubootver=2023.01-rc2
source=" source="
http://source.denx.de/u-boot/u-boot/-/archive/v$ubootver/u-boot-v$ubootver.tar.gz http://source.denx.de/u-boot/u-boot/-/archive/v$_ubootver/u-boot-v$_ubootver.tar.gz
0001-starqltechn-enable-serial-console.patch 0001-starqltechn-enable-serial-console.patch
0002-sdm845-save-relocaddr-to-env-variables.patch 0002-sdm845-save-relocaddr-to-env-variables.patch
0003-input-do-not-override-console-when-stdin-and-device-.patch 0003-input-do-not-override-console-when-stdin-and-device-.patch
@ -28,7 +28,7 @@ source="
0005-starqltechn-use-button-kbd-driver-for-navigating-boo.patch 0005-starqltechn-use-button-kbd-driver-for-navigating-boo.patch
0006-bootmenu-loop-over-menu-entries-with-one-key.patch 0006-bootmenu-loop-over-menu-entries-with-one-key.patch
" "
builddir="$srcdir/u-boot-v$ubootver" builddir="$srcdir/u-boot-v$_ubootver"
build() { build() {
make HOSTCC=gcc ARCH=arm starqltechn_defconfig make HOSTCC=gcc ARCH=arm starqltechn_defconfig