diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-20 16:25:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:23 +0000 |
commit | 81cd227af3bc1ca124004f497b7f91b31c07a79d (patch) | |
tree | a0f762c68fea8c5ade0bc071f73f0b63e6c02a92 /meta | |
parent | a0b1e6668682d5d05f54be2e776f69b37ecc12c0 (diff) | |
download | poky-81cd227af3bc1ca124004f497b7f91b31c07a79d.tar.gz |
gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency
Building the gstreamer1.0-plugins packages requires glib-mkenums.
(From OE-Core rev: 2dfe09c120881ae65e55ceee13ce319cd6225330)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 568d51f0b9..d8532ac62d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gstreamer.freedesktop.org/" | |||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
5 | 5 | ||
6 | DEPENDS = "gstreamer1.0" | 6 | DEPENDS = "gstreamer1.0 glib-2.0-native" |
7 | 7 | ||
8 | inherit autotools pkgconfig upstream-version-is-even | 8 | inherit autotools pkgconfig upstream-version-is-even |
9 | 9 | ||