diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 15:21:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:16:48 +0100 |
commit | 833366fc0e3df1f3059176f2621ba0e5ec31d083 (patch) | |
tree | 2da55b2757deffc4438c9268dedfd6e11fe3e847 /meta | |
parent | b5077b1146f5e6b80fd981eecbb7a3b90a712360 (diff) | |
download | poky-833366fc0e3df1f3059176f2621ba0e5ec31d083.tar.gz |
gst-plugins-good_0.10.23.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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.23.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.23.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.23.bb index a16043cc7e..fe5c722f49 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.23.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.23.bb | |||
@@ -1,11 +1,16 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | 2 | ||
3 | inherit gettext | 3 | LICENSE = "GPLv2+ & LGPLv2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | ||
4 | 7 | ||
5 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
6 | speex" | 9 | speex" |
7 | PR = "r0" | 10 | PR = "r0" |
8 | 11 | ||
12 | inherit gettext | ||
13 | |||
9 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" |
10 | 15 | ||
11 | PACKAGES += "gst-plugin-id3demux" | 16 | PACKAGES += "gst-plugin-id3demux" |