diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 18:03:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:05 +0100 |
commit | 07be27ea9644624cf1da85fd2539c18c64f32a7c (patch) | |
tree | 98088c4062f64a3715934f0783fa4e2231848fb0 /meta | |
parent | fc1b844cbbe70022425a3fcd5b69fb6c22f9eb52 (diff) | |
download | poky-07be27ea9644624cf1da85fd2539c18c64f32a7c.tar.gz |
gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE
(From OE-Core rev: 6bcc2eab5ddf584e6a26353ff259045a35fe4c87)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | 6 |
1 files changed, 6 insertions, 0 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 af482ede73..ea3b66ba8c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | |||
@@ -1,3 +1,9 @@ | |||
1 | SUMMARY = "GStreamer plug-in for communication with OpenMAX IL components" | ||
2 | DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows \ | ||
3 | communication with OpenMAX Integration Layer (IL) components. OpenMAX \ | ||
4 | IL is an industry standard that provides an abstraction layer for \ | ||
5 | computer graphics, video, and sound routines." | ||
6 | HOMEPAGE = "http://freedesktop.org/wiki/GstOpenMAX" | ||
1 | DEPENDS = "gstreamer" | 7 | DEPENDS = "gstreamer" |
2 | RDEPENDS_${PN} = "libomxil" | 8 | RDEPENDS_${PN} = "libomxil" |
3 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |