From: Mei Lei Date: Thu, 25 Nov 2010 05:03:21 +0000 (+0800) Subject: python-dbus:Add license checksum to bb file X-Git-Tag: 2011-1~3741 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6b306bcabc711c5a7d9714300e8b291cef145bfb;p=openembedded-core.git python-dbus:Add license checksum to bb file Add LICENSE file checksum to bb file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-devtools/python/python-dbus_0.83.1.bb b/meta/recipes-devtools/python/python-dbus_0.83.1.bb index b30e82be6a..d0c0bc6a28 100644 --- a/meta/recipes-devtools/python/python-dbus_0.83.1.bb +++ b/meta/recipes-devtools/python/python-dbus_0.83.1.bb @@ -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"