diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-20 23:40:21 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-21 17:56:52 +0200 |
commit | b38a77938a40a340ab77aafc0fbde12fcded7e4c (patch) | |
tree | 5834b171a33a8cb5af742bb1ec0f4f664ec205d9 /recipes-multimedia/gstreamer | |
parent | e1ba4484c0135e12fbbd4b7bab00d9a15d5137f2 (diff) | |
download | meta-raspberrypi-b38a77938a40a340ab77aafc0fbde12fcded7e4c.tar.gz |
userland: Merge userland-nogl into userland itself
Control the installs via MACHINE_FEATURES and avoid almost duplicate
recipe
Adjust other recipes to depend on userland now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend index 19cd259..f892c66 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | DEPENDS_append_rpi = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " userland-nogl", "", d)}" | 1 | DEPENDS_append_rpi = " userland" |
2 | GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" | 2 | GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" |
3 | GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" | 3 | GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" |
4 | # How to make this RPI specific? | 4 | # How to make this RPI specific? |
@@ -6,4 +6,4 @@ EXTRA_OECONF_append_rpi = " CFLAGS="$CFLAGS -I${STAGING_DIR_TARGET}/usr/include | |||
6 | #examples only build with GL but not GLES, so disable it for RPI | 6 | #examples only build with GL but not GLES, so disable it for RPI |
7 | EXTRA_OECONF_append_rpi = " --disable-examples" | 7 | EXTRA_OECONF_append_rpi = " --disable-examples" |
8 | 8 | ||
9 | RDEPENDS_${PN}_append_rpi = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " userland-nogl", "", d)}" | 9 | RDEPENDS_${PN}_append_rpi = " userland" |