aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:58:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:58:47 +0100
commitd1ee19247eda7c9cefeb8505db6bb10fd0dc57b2 (patch)
treedd834f425eb81184d6cae4b8ae998f1965ca2eac
parentc4a627228aa70835044fa9e17df616d122868d58 (diff)
downloadmeta-openembedded-d1ee19247eda7c9cefeb8505db6bb10fd0dc57b2.tar.gz
orbit2: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-gnome/gnome/orbit2-native_2.14.12.bb1
-rw-r--r--recipes-gnome/gnome/orbit2.inc2
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-gnome/gnome/orbit2-native_2.14.12.bb b/recipes-gnome/gnome/orbit2-native_2.14.12.bb
index bf69e99dce..1db2496c35 100644
--- a/recipes-gnome/gnome/orbit2-native_2.14.12.bb
+++ b/recipes-gnome/gnome/orbit2-native_2.14.12.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "CORBA ORB"
PR = "r0"
LICENSE = "LGPL GPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SECTION = "x11/gnome/libs"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \
file://configure-lossage.patch \
diff --git a/recipes-gnome/gnome/orbit2.inc b/recipes-gnome/gnome/orbit2.inc
index 157d8d9230..51978909be 100644
--- a/recipes-gnome/gnome/orbit2.inc
+++ b/recipes-gnome/gnome/orbit2.inc
@@ -9,6 +9,8 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.b
DEPENDS = "libidl popt orbit2-native gtk-doc"
PARALLEL_MAKE = ""
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
FILES_${PN} += "${libdir}/orbit-2.0/*.so"
FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la"
FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug"