Upgrade wayland-ivi-extension 15/13315/6
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 31 Jan 2018 07:30:59 +0000 (16:30 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 14 Feb 2018 07:15:59 +0000 (07:15 +0000)
Upgrade wayland-ivi-extension version to 2.0.% from 1.13.
Currently, version is 2.0.2
This change is for only master branch.

[PatchSet2]
Apply the patch for type conversion for dra7xx board.
The patch for wayland-ivi-extension 1.13 is already applied but
for 2.0.2 is not applied yet.

Bug-AGL: SPEC-1244

Change-Id: I200c19837b8f7b646296a868c14423e55e98bf86
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bbappend [new file with mode: 0644]
meta-agl-distro/conf/distro/poky-agl.conf
meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bb

diff --git a/meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bbappend b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension_2.0.2.bbappend
new file mode 100644 (file)
index 0000000..e9a57d3
--- /dev/null
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
+
+SRC_URI_append = "\
+    file://force-type-conversion.patch \
+    "
index d791117..235cc84 100644 (file)
@@ -66,7 +66,7 @@ DISTRO_FEATURES_APPEND = " "
 DISTRO_FEATURES_remove = "x11"
 DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
 
-PREFERRED_VERSION_wayland-ivi-extension ?= "1.1%"
+PREFERRED_VERSION_wayland-ivi-extension ?= "2.0.%"
 
 # Prefer GStreamer 1.10.x by default
 PREFERRED_VERSION_gstreamer1.0              ?= "1.10.%"
index d4e2804..ea74e38 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1f1a56bb2dadf5f2be8eb342acf4ed79"
 
 SRCREV = "ff067a640451de46836200624ece7ac777977c30"
-SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=http \
+SRC_URI = "git://github.com/GENIVI/${BPN}.git;branch=2.0;protocol=http \
     "
 SRC_URI_append_wandboard = " file://wandboard_fix_build.patch"