From: Paul Eggleton Date: Wed, 24 Apr 2013 17:03:05 +0000 (+0100) Subject: gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE X-Git-Tag: rev_ivi_2015_02_04~12788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19e9e4ba44c557eba56641db3489e5d9ef712c4e;p=scm%2Fbb%2Ftizen-distro.git gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE (From OE-Core rev: 6bcc2eab5ddf584e6a26353ff259045a35fe4c87) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 af482ed..ea3b66b 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 @@ +SUMMARY = "GStreamer plug-in for communication with OpenMAX IL components" +DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows \ +communication with OpenMAX Integration Layer (IL) components. OpenMAX \ +IL is an industry standard that provides an abstraction layer for \ +computer graphics, video, and sound routines." +HOMEPAGE = "http://freedesktop.org/wiki/GstOpenMAX" DEPENDS = "gstreamer" RDEPENDS_${PN} = "libomxil" LICENSE = "LGPLv2.1"