projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f089b1f
)
uboot-envtool: remove superfluous + sign from PKG_BUILD_DEPENDS
author
Matthias Schiffer
<
[email protected]
>
Sun, 7 Jan 2018 18:52:05 +0000
(19:52 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Sun, 7 Jan 2018 18:52:05 +0000
(19:52 +0100)
A + sign does not have meaning in build depends.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/boot/uboot-envtools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/Makefile
b/package/boot/uboot-envtools/Makefile
index 10175b0f777ea6947c2bf0d347dca097993823ec..57a2ec5393626d112dd376967702205d1d39320b 100644
(file)
--- a/
package/boot/uboot-envtools/Makefile
+++ b/
package/boot/uboot-envtools/Makefile
@@
-19,7
+19,7
@@
PKG_SOURCE_URL:=\
ftp://ftp.denx.de/pub/u-boot
PKG_HASH:=bdc68d5f9455ad933b059c735d983f2c8b6b552dafb062e5ff1444f623021955
-PKG_BUILD_DEPENDS:=
+
fstools
+PKG_BUILD_DEPENDS:=fstools
PKG_LICENSE:=GPL-2.0 GPL-2.0+
PKG_LICENSE_FILES:=Licenses/README