diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 23:52:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 11:49:39 +0100 |
commit | 0f11090e566ae13fe76c4273655db320a87ba7ae (patch) | |
tree | 9e391e477d7dd4e7ba26cdddf1f4b19b7672c07f /meta/recipes-multimedia | |
parent | b31e015d2e379c24610948d345c5970545887468 (diff) | |
download | openembedded-core-0f11090e566ae13fe76c4273655db320a87ba7ae.tar.gz openembedded-core-0f11090e566ae13fe76c4273655db320a87ba7ae.tar.bz2 openembedded-core-0f11090e566ae13fe76c4273655db320a87ba7ae.zip |
gst-openmax: Add missing pkgconfig inherit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb index 4e22f46532..2e01579569 100644 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb @@ -16,7 +16,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.ta file://ptr-array.patch \ " -inherit autotools +inherit autotools pkgconfig # Tell configure that this isn't a development snapshot so we don't want # -Werror (hopefully fixed in 0.10.2) |