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 13:51:47 +0100 |
commit | 0f182ed53c40a9515f95919fd988b64a30439592 (patch) | |
tree | 58a86741a212efe2f455b331b7cc7b15688c4442 /meta/recipes-multimedia | |
parent | 94dbe8515d0322688c0e04b18f76962532e16cae (diff) | |
download | poky-0f182ed53c40a9515f95919fd988b64a30439592.tar.gz |
gst-openmax: Add missing pkgconfig inherit
(From OE-Core rev: 0f11090e566ae13fe76c4273655db320a87ba7ae)
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 | |||
16 | file://ptr-array.patch \ | 16 | file://ptr-array.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | # Tell configure that this isn't a development snapshot so we don't want | 21 | # Tell configure that this isn't a development snapshot so we don't want |
22 | # -Werror (hopefully fixed in 0.10.2) | 22 | # -Werror (hopefully fixed in 0.10.2) |