diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 10:48:41 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-29 21:37:55 +0200 |
| commit | f25094ad950a707ee713353ea6b2b0bd98af857e (patch) | |
| tree | 5ec87fbe1c4c2d966ea9f23cd83599ad05a860fb | |
| parent | 7d6edbf446e338643542beab81fecb23340ad65b (diff) | |
| download | meta-openembedded-f25094ad950a707ee713353ea6b2b0bd98af857e.tar.gz | |
farsight2: fix LICENSE and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 1eb25aa26d..0f158ca981 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." | 1 | DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." |
| 2 | HOMEPAGE = "http://farsight.sf.net" | 2 | HOMEPAGE = "http://farsight.sf.net" |
| 3 | SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" | 3 | SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" |
| 4 | LICENSE = "unknown" | 4 | |
| 5 | LICENSE = "LGPLv2.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 5 | 7 | ||
| 6 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | 8 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" |
| 7 | 9 | ||
