diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-08-05 11:39:36 +0900 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-09 23:37:57 +0200 |
commit | 476081511a2064eb3b261018c5149c128ab8415a (patch) | |
tree | 23b659cbfcde447b45e928eacb3ee934b0a63a19 /meta-rcar-gen3/recipes-multimedia | |
parent | 20e27838486bc2497249398d4342debc11654fff (diff) |
Upgrade to pyro
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 <changhyeok.bae@gmail.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb index f7b573e..a6bb74d 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb @@ -3,7 +3,7 @@ SECTION = "multimedia" LICENSE = "GPLv2+" DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base pkgconfig" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" -inherit autotools +inherit autotools pkgconfig PN = "gstreamer1.0-plugin-vspfilter" |