]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-dbus:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Thu, 25 Nov 2010 05:03:21 +0000 (13:03 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:48 +0000 (05:24 -0800)
Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/python/python-dbus_0.83.1.bb

index b30e82be6a9e32746c3f0ee5e7b0cd372daebd2e..d0c0bc6a288870093c96d6de92f843708793ef68 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
 SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
 DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
 PR = "ml0"