settings daemon: Set PV correctly and add inherit gconf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@573 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-07-28 14:59:09 +00:00
parent ba9da052fb
commit 24a329f39c
1 changed files with 4 additions and 1 deletions

View 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}"