diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 19:43:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 19:43:54 +0000 |
commit | cf7c3e4b4071b5fd1b2a2db1d29552802419c9aa (patch) | |
tree | ef418ec25662e24a6e44d1c757ecb9c6e6854342 /packages/freesmartphone/frameworkd_git.bb | |
parent | ac8b729e1af278982c713e9317dc2f13ee50d186 (diff) |
frameworkd git s/CHARGER/USB/ in frameworkd.conf for all machines
Note: CHARGER is slightly incorrect on devices that can act as HOST
and GADGET. Since you don't know whether the USB plug actually leads
to the device being charged, beware of false assumptions. Better check
seperatly.
Diffstat (limited to 'packages/freesmartphone/frameworkd_git.bb')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index fa669ced18..52bd54a4f1 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.2+gitr${SRCREV}" -PR = "r2" +PR = "r3" inherit distutils update-rc.d @@ -42,6 +42,7 @@ RRECOMMENDS_${PN} += "\ ppp \ " +# recommend MUXer on platforms that require one RRECOMMENDS_${PN}_append_om-gta01 = "gsm0710muxd" RRECOMMENDS_${PN}_append_om-gta02 = "gsm0710muxd" |