From 93e5ebeac106e38cb99db12ecc4b0673dca05956 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Thu, 3 Aug 2017 04:29:30 +0000 Subject: Add LICENSE and SRC_URI variable in recipe In pyro, u-boot-common_2017.01.inc is created. In the inc file, SRC_URI and LICENSE is defined. So u-boot_2016.11 needs those variables Signed-off-by: Changhyeok Bae --- recipes-bsp/u-boot/u-boot_2016.11.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bb b/recipes-bsp/u-boot/u-boot_2016.11.bb index e6e1fcf..acd4bb8 100644 --- a/recipes-bsp/u-boot/u-boot_2016.11.bb +++ b/recipes-bsp/u-boot/u-boot_2016.11.bb @@ -1,8 +1,17 @@ require recipes-bsp/u-boot/u-boot.inc +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +SECTION = "bootloaders" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" +PE = "1" + DEPENDS += "dtc-native" SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" +SRC_URI = "git://git.denx.de/u-boot.git" +S = "${WORKDIR}/git" PV = "v2016.11+git${SRCPV}" -- cgit v1.2.3-54-g00ecf