diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 12:01:35 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 12:30:18 -0700 |
commit | bf1747b4e5d24df1d1af1e16949cf1f1005c47f0 (patch) | |
tree | 667b081aed93c8978dd42bed8c2203c0a6fcd9d7 | |
parent | a4762f928a5fe83b743054ec6c909f200f1e4204 (diff) | |
download | ast2050-yocto-poky-bf1747b4e5d24df1d1af1e16949cf1f1005c47f0.zip ast2050-yocto-poky-bf1747b4e5d24df1d1af1e16949cf1f1005c47f0.tar.gz |
gst-openmax: Add LICENSE field
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb index 825cccb..9285ef6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb @@ -1,5 +1,6 @@ DEPENDS = "gstreamer" RDEPENDS = "libomxil" +LICENSE = "LGPLv2" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2" |