diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-16 13:45:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-17 13:04:27 +0200 |
commit | c5e1eafb8882bce54595fdf085b988a39b880a6c (patch) | |
tree | b7fc0b94bf2d318d731d23f5ca209d1961e15c45 /meta-oe/recipes-support/farsight | |
parent | d68bda569b6567daef1b9f52ce7be820d57228da (diff) | |
download | meta-openembedded-c5e1eafb8882bce54595fdf085b988a39b880a6c.tar.gz |
libnice: tidy up meta variables
* Add SUMMARY
* Fix typo in DESCRIPTION
* Set LICENSE to a parsable form
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-support/farsight')
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 1e42cad6e..48ca0a58f 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -1,14 +1,15 @@ | |||
1 | DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE)." | 1 | SUMMARY = "Interactive Connectivity Establishment library" |
2 | DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)." | ||
2 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" | 3 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" |
3 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" | 4 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" |
4 | 5 | ||
5 | LICENSE = "LGPLv2.1 MPLv1.1" | 6 | LICENSE = "LGPLv2.1 & MPLv1.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ |
7 | file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 8 | file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ | 9 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ |
9 | " | 10 | " |
10 | 11 | ||
11 | PR = "r3" | 12 | PR = "r4" |
12 | 13 | ||
13 | DEPENDS = "glib-2.0 gstreamer" | 14 | DEPENDS = "glib-2.0 gstreamer" |
14 | 15 | ||