summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:25:12 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:25:12 +0100
commit74c8041b63396d86093f3ec8b701f41b01e00feb (patch)
treec4ea515a9b2febe2b053b1883e0c9227b45a07b4
parenta4965431df5c96f6f605185e688779b2d8ff5758 (diff)
downloadmeta-openembedded-74c8041b63396d86093f3ec8b701f41b01e00feb.tar.gz
dbus: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-core/dbus/dbus.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/dbus/dbus.inc b/recipes-core/dbus/dbus.inc
index 73fc426933..e47b5e6525 100644
--- a/recipes-core/dbus/dbus.inc
+++ b/recipes-core/dbus/dbus.inc
@@ -1,7 +1,9 @@
1DESCRIPTION = "A message bus system for inter-process communication" 1DESCRIPTION = "A message bus system for inter-process communication"
2HOMEPAGE = "http://dbus.freedesktop.org" 2HOMEPAGE = "http://dbus.freedesktop.org"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPLv2+ AFLv2.1" 4LICENSE = "AFL2.1 | GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
6 file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
5DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" 7DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11"
6 8
7INC_PR = "r19" 9INC_PR = "r19"