mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
python-dbus:Add license checksum to bb file
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
This commit is contained in:
@@ -2,6 +2,7 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
|
|||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
|
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
|
||||||
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
|
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
|
||||||
PR = "ml0"
|
PR = "ml0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user