summaryrefslogtreecommitdiff
path: root/package/u-boot-git/patches/patch-tools_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-29 14:38:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-29 14:38:54 +0100
commitf0fc4828501e7e393ce52a311bef249b0c9ec236 (patch)
tree9e16a57f422e0768313b62e97f15a7a5a6196be4 /package/u-boot-git/patches/patch-tools_Makefile
parent6873c8d1e2410d147bd4d687123a8d878b9b2aa4 (diff)
add new PKG_GIT variable
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
Diffstat (limited to 'package/u-boot-git/patches/patch-tools_Makefile')
-rw-r--r--package/u-boot-git/patches/patch-tools_Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/u-boot-git/patches/patch-tools_Makefile b/package/u-boot-git/patches/patch-tools_Makefile
deleted file mode 100644
index 8c106d33d..000000000
--- a/package/u-boot-git/patches/patch-tools_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a.orig/tools/Makefile 2015-05-27 15:07:12.000000000 +0200
-+++ u-boot-git-3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a/tools/Makefile 2015-05-27 20:09:17.000000000 +0200
-@@ -122,7 +122,7 @@ endif
-
- # MXSImage needs LibSSL
- ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
--HOSTLOADLIBES_mkimage += -lssl -lcrypto
-+HOSTLOADLIBES_mkimage += -lssl -lcrypto -ldl
- endif
-
- HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)