mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
e3d0793604
- Remove patch (already in version)
- Remove glic or uclibc toolchain dependency, not needed since
3b3c3cccf0
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
435 B
Makefile
15 lines
435 B
Makefile
################################################################################
|
|
#
|
|
# cbootimage
|
|
#
|
|
################################################################################
|
|
|
|
CBOOTIMAGE_VERSION = 1.8
|
|
CBOOTIMAGE_SITE = $(call github,NVIDIA,cbootimage,v$(CBOOTIMAGE_VERSION))
|
|
CBOOTIMAGE_LICENSE = GPL-2.0
|
|
CBOOTIMAGE_LICENSE_FILES = COPYING
|
|
CBOOTIMAGE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|