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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user