]> code.ossystems Code Review - openembedded-core.git/commitdiff
settings daemon: Set PV correctly and add inherit gconf
authorRichard Purdie <richard@openedhand.com>
Fri, 28 Jul 2006 14:59:09 +0000 (14:59 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 28 Jul 2006 14:59:09 +0000 (14:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@573 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/settings-daemon/settings-daemon_svn.bb

index 7999e586c4cb1fffc46cfff3529a391392bd8fc1..89e6163911b495f3e6c79265829298e87be60bad 100644 (file)
@@ -9,7 +9,10 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
 
 S = "${WORKDIR}/${PN}"
 
-inherit autotools pkgconfig gettext
+PV = "0.0+svn${SRCDATE}"
+PR = "r1"
+
+inherit autotools pkgconfig gettext gconf
 # gconf
 
 FILES_${PN} =  "${bindir} ${sysconfdir}"