diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-08-03 04:29:30 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-08-03 04:29:30 +0000 |
commit | 93e5ebeac106e38cb99db12ecc4b0673dca05956 (patch) | |
tree | aeafa612507ff2e2c4ae351876383f77ccf0553a /recipes-bsp | |
parent | ea1c3a48c1fa417d4dc4da7260069e60596bdb1b (diff) | |
download | meta-updater-93e5ebeac106e38cb99db12ecc4b0673dca05956.tar.gz |
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 <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.11.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | 1 | require recipes-bsp/u-boot/u-boot.inc |
2 | 2 | ||
3 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | ||
4 | SECTION = "bootloaders" | ||
5 | |||
6 | LICENSE = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
8 | PE = "1" | ||
9 | |||
3 | DEPENDS += "dtc-native" | 10 | DEPENDS += "dtc-native" |
4 | 11 | ||
5 | SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" | 12 | SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" |
13 | SRC_URI = "git://git.denx.de/u-boot.git" | ||
14 | S = "${WORKDIR}/git" | ||
6 | 15 | ||
7 | PV = "v2016.11+git${SRCPV}" | 16 | PV = "v2016.11+git${SRCPV}" |
8 | 17 | ||