packages/openmoko2/openmoko-mediaplayer2_svn.bb : fixup gconftool usage and
authorGraeme Gregory <dp@xora.org.uk>
Thu, 25 Oct 2007 08:41:50 +0000 (08:41 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 25 Oct 2007 08:41:50 +0000 (08:41 +0000)
bump version in sane-srcrevs

conf/distro/include/sane-srcrevs.inc
packages/openmoko2/openmoko-mediaplayer2_svn.bb

index 6528705..a648f5d 100644 (file)
@@ -73,7 +73,7 @@ SRCREV_pn-openmoko-icon-theme-standard2 ?= "3225"
 SRCREV_pn-openmoko-icon-theme-standard2-qvga ?= "3225"
 SRCREV_pn-openmoko-keyboard ?= "1631"
 SRCREV_pn-openmoko-libs ?= "2367"
-SRCREV_pn-openmoko-mediaplayer2 ?= "3261"
+SRCREV_pn-openmoko-mediaplayer2 ?= "3263"
 SRCREV_pn-openmoko-messages ?= "2276"
 SRCREV_pn-openmoko-panel-battery ?= "2897"
 SRCREV_pn-openmoko-panel-bt ?= "2896"
index 63f12ae..44bc640 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "A media player for OpenMoko"
 SECTION = "openmoko/tools"
 DEPENDS = "libmokoui2 expat gstreamer libspiff curl"
-RDEPENDS = "gst-meta-audio"
+RDEPENDS = "gst-meta-audio gconf"
 PV = "0.1.0+svnr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 inherit openmoko2
 
@@ -20,5 +20,6 @@ if [ "x$D" != "x" ]; then
     exit 1
 fi
 
-gconftool-2 --makefile-install-rule ${D}${sysconfdir}/gconf/schemas/openmoko-mediaplayer.schemas > /dev/null
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule ${sysconfdir}/gconf/schemas/openmoko-mediaplayer.schemas > /dev/null
 }