diff options
| author | Mei Lei <lei.mei@intel.com> | 2010-11-25 13:03:21 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:48 -0800 |
| commit | 6b306bcabc711c5a7d9714300e8b291cef145bfb (patch) | |
| tree | 99dfb554f8894e4f8e91fa167d3ec15d15274bea /meta/recipes-devtools | |
| parent | 75f93fe26e349a1cbfcd4156b2d431703f53fcfa (diff) | |
| download | poky-6b306bcabc711c5a7d9714300e8b291cef145bfb.tar.gz | |
python-dbus:Add license checksum to bb file
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python-dbus_0.83.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
| 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" | ||
| 5 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" | 6 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" |
| 6 | PR = "ml0" | 7 | PR = "ml0" |
| 7 | 8 | ||
