diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-16 14:22:59 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 21:44:37 +0100 |
commit | afdebdb0c7bad60a0e07aeb98c7c5602a3e2bc45 (patch) | |
tree | e82b40b750a7614bd89f16ea87fb03c4493338af /meta | |
parent | 75fff516610b8f8b64523979c005fddd4ec4a76d (diff) | |
download | poky-afdebdb0c7bad60a0e07aeb98c7c5602a3e2bc45.tar.gz |
dbus: add license checksum
it's missed in last upgrade.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 2 |
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 | |||
2 | HOMEPAGE = "http://dbus.freedesktop.org" | 2 | HOMEPAGE = "http://dbus.freedesktop.org" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "AFL2.1 | GPLv2+" | 4 | LICENSE = "AFL2.1 | GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | ||
6 | file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" | ||
5 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" | 7 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" |
6 | 8 | ||
7 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |