diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 15:09:01 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:15:22 +0100 |
commit | eb3cff6ff72352217962cc35c08d64e4a948f2c2 (patch) | |
tree | 291cd76de187eba2fe96db6bb67c1127bb53595d | |
parent | 33087803d95b3ab3ce98af073d667e6b96b1a4d7 (diff) | |
download | openembedded-core-eb3cff6ff72352217962cc35c08d64e4a948f2c2.tar.gz openembedded-core-eb3cff6ff72352217962cc35c08d64e4a948f2c2.tar.bz2 openembedded-core-eb3cff6ff72352217962cc35c08d64e4a948f2c2.zip |
gst-plugins-base_0.10.29.bb: Fix recipe metadata
Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-base_0.10.29.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.29.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.29.bb index f93393bb36..d55f85d86d 100644 --- a/meta/packages/gstreamer/gst-plugins-base_0.10.29.bb +++ b/meta/packages/gstreamer/gst-plugins-base_0.10.29.bb @@ -1,6 +1,10 @@ require gst-plugins.inc -inherit gettext +LICENSE = "GPLv2+ & LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ + file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ + file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ + file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv" RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ @@ -9,6 +13,8 @@ PROVIDES_${PN} += "gst-plugins" PR = "r0" +inherit gettext + EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" do_configure_prepend() { |