Update github organization name to nxp-imx which is being redirected to. Rename COPYING TO LICENSE. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
397 B
Makefile
13 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# imx-kobs
|
|
#
|
|
################################################################################
|
|
|
|
IMX_KOBS_VERSION = ff13a99a22aa73cca0e09a33c2ebb6a94ad698da
|
|
IMX_KOBS_SITE = $(call github,nxp-imx,imx-kobs,$(IMX_KOBS_VERSION))
|
|
IMX_KOBS_LICENSE = GPL-2.0+
|
|
IMX_KOBS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|