aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-30 11:10:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-30 11:11:13 +0200
commiteefd79ec83992a9a5754354cffd513a27d660dc1 (patch)
tree62875dbd0654ef16448e58fcc4504297fdbeed3e /recipes/freesmartphone
parentfaec5db53bdcb6973dd6edd30e8621a58b281adc (diff)
downloadopenembedded-eefd79ec83992a9a5754354cffd513a27d660dc1.tar.gz
libfsotransport: enable palmpre-hsuart for all
* machine override without MACHINE_ARCH is bad idea * 11:05:19 < mickey|office> palmpre hsuart support doesn't hurt * 11:05:59 < mickey|office> palmpre support can be compiled in unconditionally for all platforms
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/libfsotransport_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index 21c0ab87c0..775026b56e 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -3,6 +3,6 @@ DESCRIPTION = "freesmartphone.org transport library"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.6+gitr${SRCPV}"
PE = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
-EXTRA_OECONF_palmpre = "--enable-palmpre-hsuart"
+EXTRA_OECONF = "--enable-palmpre-hsuart"