]> code.ossystems Code Review - openembedded-core.git/commitdiff
settings-daemon: fix metadata
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 10 Jun 2010 13:30:05 +0000 (21:30 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:13:25 +0000 (23:13 +0100)
Also change to use new patch parameter

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/settings-daemon/settings-daemon_svn.bb

index 225edacdd26249b11c86b0ab7b7a4b17e6e4868f..4d1d9baf40701b3ea7d3562b5bdf1199742b1063 100644 (file)
@@ -1,5 +1,9 @@
 DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings"
-LICENSE = "GPL"
+HOMEPAGE = "http://svn.o-hand.com/view/matchbox/trunk/settings-daemon/"
+BUGTRACKER = "http://bugzilla.openedhand.com/"
+LICENSE = "MIT-style"
+LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \
+                    file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b"
 DEPENDS = "gconf glib-2.0 gtk+"
 SECTION = "x11"
 PV = "0.0+svnr${SRCREV}"
@@ -7,7 +11,7 @@ PV = "0.0+svnr${SRCREV}"
 PR = "r3"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
-           file://addsoundkeys.patch;patch=1 \
+           file://addsoundkeys.patch;apply=yes \
            file://70settings-daemon.sh"
 
 S = "${WORKDIR}/${PN}"