From: Michael 'Mickey' Lauer Date: Sun, 1 Aug 2010 16:39:18 +0000 (+0200) Subject: fsodeviced: build htcdream powercontrol plugin X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81a9adc9bdd36156323fa1ca783709f04db0284;p=openembedded.git fsodeviced: build htcdream powercontrol plugin --- diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index 9cbc8a751e..f00bcce381 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -1,19 +1,21 @@ require cornucopia.inc inherit fso-plugin -DEPENDS += "alsa-lib libcanberra libfsoresource" +DEPENDS += "alsa-lib libcanberra libfsoresource android-rpc" RDEPENDS_${PN} += "libcanberra-alsa" # Included in fsodeviced itself now # RRECOMMENDS_${PN} += "fso-alsa-data" RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios" +SRCREV = "cbd57abf8afaa95f78d22cf593577794ce9ed5b6" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.9.4+gitr${SRCPV}" PE = "2" -PR = "${INC_PR}.13" +PR = "${INC_PR}.15" EXTRA_OECONF = "\ --enable-kernel26-rfkill \ --enable-player-canberra \ + --enable-htcdream-powercontrol \ " inherit update-rc.d