From 476081511a2064eb3b261018c5149c128ab8415a Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Sat, 5 Aug 2017 11:39:36 +0900 Subject: Upgrade to pyro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit u-boot: Add LICENSE and S variable - two variables are removed in upstream include files. weston: Add 1.11.0 recipe wayland-kms: Add wayland-native dependency - To use wayland-scanner, wayland-native should be in DEPENDS. gstreamer1.0-plugin-vspfilter: Add pkgconfig.bbclass v2 (jsmoeller): - fix weston dependencies on pyro (RecipeSpecificSysroot) - downgrade wayland-ivi-extension alongside weston version Bug-AGL: SPEC-646 Change-Id: I70fbdde2a67d7220e18efda7f6a5a9d5b59981df Signed-off-by: Changhyeok Bae Signed-off-by: Jan-Simon Möller --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-rcar-gen3/recipes-bsp') diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb index 6f7926b..e46f958 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb @@ -5,10 +5,12 @@ DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2015.04/rcar-3.5.3" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" SRCREV = "058edfcb95d8d1b58403bbe81e0507924b4b2fb8" +S = "${WORKDIR}/git" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg