diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-06-06 06:47:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 23:07:45 +0200 |
commit | ae5be552b6435437db42b168b61aa15b8bed2fbc (patch) | |
tree | 05281a22e08ea48dce5a5e388a41a849df014bca /package | |
parent | c2b205c038bc0dba3960917f2eb1bd30fbc24b03 (diff) | |
download | buildroot-novena-ae5be552b6435437db42b168b61aa15b8bed2fbc.tar.gz buildroot-novena-ae5be552b6435437db42b168b61aa15b8bed2fbc.zip |
omap-u-boot-utils: fix github tarball to use commit id
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk index 77bb6a60b..7039d07ab 100644 --- a/package/omap-u-boot-utils/omap-u-boot-utils.mk +++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk @@ -5,7 +5,7 @@ ################################################################################ OMAP_U_BOOT_UTILS_VERSION = 8aff852 -OMAP_U_BOOT_UTILS_SITE = http://github.com/nmenon/omap-u-boot-utils/tarball/master +OMAP_U_BOOT_UTILS_SITE = http://github.com/nmenon/omap-u-boot-utils/tarball/$(OMAP_U_BOOT_UTILS_VERSION) OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+ OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING |