summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-16 14:22:59 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 21:44:37 +0100
commitafdebdb0c7bad60a0e07aeb98c7c5602a3e2bc45 (patch)
treee82b40b750a7614bd89f16ea87fb03c4493338af
parent75fff516610b8f8b64523979c005fddd4ec4a76d (diff)
downloadpoky-afdebdb0c7bad60a0e07aeb98c7c5602a3e2bc45.tar.gz
dbus: add license checksum
it's missed in last upgrade. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
-rw-r--r--meta/packages/dbus/dbus.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc
index e1efaeed46..a085287fc4 100644
--- a/meta/packages/dbus/dbus.inc
+++ b/meta/packages/dbus/dbus.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "D-Bus is a message bus system, a simple way for applications to t
2HOMEPAGE = "http://dbus.freedesktop.org" 2HOMEPAGE = "http://dbus.freedesktop.org"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "AFL2.1 | GPLv2+" 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 virtual/libx11 libsm" 7DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
6 8
7SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 9SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \