diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-14 23:03:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:45 +0000 |
commit | 48144e05280e6a23f159c6c93fb9338f54d84c47 (patch) | |
tree | b356756341a50e9cc6d4aa0cbd2d08b616e0b4bb /meta/recipes-multimedia | |
parent | ff8ca8961d562394f3ac46e776d0ccf3607e4add (diff) | |
download | poky-48144e05280e6a23f159c6c93fb9338f54d84c47.tar.gz |
gstreamer1.0-meta-base: Mark as machine specific due to COMBINED_FEATURES
http://git.openembedded.org/openembedded-core/commit/?id=948165dce7475b815a344fd3c3d58165e6865d48
makes gstreamer1.0-plugins-base-alsa depend on COMBINED_FEATURES.
This is an allarch recipe so this only works if all your machines
have the same MACHINE_FEATURES.
The recipe therefore needs to become machine specific.
(From OE-Core rev: 442095c3b6014f795833c36f08249eacef6fbcf3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb index ecfd082517..c542b13f0d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | SUMMARY = "Gstreamer1.0 package groups" | 1 | SUMMARY = "Gstreamer1.0 package groups" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | # Due to use of COMBINED_FEATURES | ||
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
6 | |||
4 | inherit packagegroup | 7 | inherit packagegroup |
5 | 8 | ||
6 | COMMERCIAL_PLUGINS = "${COMMERCIAL_AUDIO_PLUGINS} ${COMMERCIAL_VIDEO_PLUGINS}" | 9 | COMMERCIAL_PLUGINS = "${COMMERCIAL_AUDIO_PLUGINS} ${COMMERCIAL_VIDEO_PLUGINS}" |