diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 10:49:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-29 21:37:56 +0200 |
commit | 414eff51d95a8355d6edb80292e7dd46f1477d3a (patch) | |
tree | a21004155b9eba55c05f30fc6d84372fc31ba291 /meta-oe/recipes-support/farsight | |
parent | f25094ad950a707ee713353ea6b2b0bd98af857e (diff) | |
download | meta-openembedded-414eff51d95a8355d6edb80292e7dd46f1477d3a.tar.gz |
libnice: improve LICENSE and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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, 6 insertions, 1 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 81f9c9801..3cac19893 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -2,7 +2,12 @@ DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactice Conn | |||
2 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" | 2 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" |
3 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" | 3 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" |
4 | 4 | ||
5 | LICENSE = "LGPL/MPL" | 5 | LICENSE = "LGPLv2.1 MPLv1.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | ||
7 | file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ | ||
9 | " | ||
10 | |||
6 | DEPENDS = "glib-2.0 gstreamer" | 11 | DEPENDS = "glib-2.0 gstreamer" |
7 | 12 | ||
8 | inherit autotools | 13 | inherit autotools |