u-boot-starqltechn: remove unused var depends_dev (MR 4853)
$depends_dev is most likely a left over from u-boot package in aports repo. Remove the variable from makedepends field as it is not used.
This commit is contained in:
parent
39a0eb6c01
commit
886878a3d4
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# U-boot with patches to make the Samsung S9 boot
|
||||
pkgname=u-boot-starqltechn
|
||||
pkgver=2023.01_rc2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot bootloader for the Samsung SM-G9600 starqltechn"
|
||||
url="https://source.denx.de/u-boot"
|
||||
arch="aarch64"
|
||||
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
||||
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
||||
makedepends="$depends_dev
|
||||
makedepends="
|
||||
bc
|
||||
bison
|
||||
dtc
|
||||
|
|
Loading…
Reference in a new issue