mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
jsmin: fix github tarball to use commit id
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
8dfd59d114
commit
f0f124f36a
@@ -1,5 +1,5 @@
|
||||
JSMIN_VERSION = a9b4755
|
||||
JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/master
|
||||
JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/$(JSMIN_VERSION)
|
||||
|
||||
define JSMIN_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
|
||||
|
||||
Reference in New Issue
Block a user