summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-08-07 16:49:50 +0200
committerGitHub <noreply@github.com>2017-08-07 16:49:50 +0200
commit67601afe1536636f9b11d188cd963ea25cec00c3 (patch)
treeaeafa612507ff2e2c4ae351876383f77ccf0553a
parentea1c3a48c1fa417d4dc4da7260069e60596bdb1b (diff)
parent93e5ebeac106e38cb99db12ecc4b0673dca05956 (diff)
downloadmeta-updater-67601afe1536636f9b11d188cd963ea25cec00c3.tar.gz
Merge pull request #117 from chbae/pyro
Add LICENSE and SRC_URI variable in recipe
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.11.bb9
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 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
4SECTION = "bootloaders"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8PE = "1"
9
3DEPENDS += "dtc-native" 10DEPENDS += "dtc-native"
4 11
5SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" 12SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892"
13SRC_URI = "git://git.denx.de/u-boot.git"
14S = "${WORKDIR}/git"
6 15
7PV = "v2016.11+git${SRCPV}" 16PV = "v2016.11+git${SRCPV}"
8 17