]> code.ossystems Code Review - openembedded-core.git/commitdiff
eggdbus_0.6.bb: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Wed, 9 Jun 2010 02:21:18 +0000 (10:21 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:13:26 +0000 (23:13 +0100)
change to use new patch parameter

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/eggdbus/eggdbus_0.6.bb

index 7f0b68b3e06306b4d2c1cf653982e3d9871d4b96..3a0d0fed1306efde8b7f2ae15680485d324e9fc9 100644 (file)
@@ -1,17 +1,19 @@
-DESCRIPTION = "gobject dbus binding"
+DESCRIPTION = "An alternative to dbus-glib. It is designed specifically to make it comfortable to work with very large and potentially complex D-Bus services like e.g. DeviceKit-disks"
 HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
-LICENSE = "GPLv2"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
+                    file://src/eggdbus/eggdbus.h;md5=6b312aef57ed8d738b3f131ad037d6c2"
 PR = "r1"
 
 DEPENDS = "dbus glib-2.0 dbus-glib eggdbus-native"
 DEPENDS_virtclass-native = "dbus-native glib-2.0-native dbus-glib-native"
 
 BASE_SRC_URI = "http://cgit.freedesktop.org/~david/${BPN}/snapshot/${BPN}-${PV}.tar.bz2 \
-          file://gtk-doc.patch;patch=1 \
+          file://gtk-doc.patch;apply=yes \
           "
 
 SRC_URI = "${BASE_SRC_URI} \
-           file://marshal.patch;patch=1 \
+           file://marshal.patch;apply=yes \
           "
 
 SRC_URI_virtclass-native = "${BASE_SRC_URI}"