summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-08-31 08:14:51 +0200
committerSimon Busch <morphis@gravedo.de>2010-09-06 18:34:25 +0200
commit65106eba3eab9e9c286b8804dcf07ad5b9212d2a (patch)
treefece316df871f8852799a09fdbac6db4d6f86709
parent4d97fc0a0aa2f6ed17921a9e9f7f87c5648c5c96 (diff)
downloadopenembedded-65106eba3eab9e9c286b8804dcf07ad5b9212d2a.tar.gz
libfsotransport: add palmpre specific configure option
On the palmpre machine we need the HsuartTransport libfsotransport provides but only offeres with an additional configure option. Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/freesmartphone/libfsotransport_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index 7e7e6d636b..21c0ab87c0 100644
--- a/recipes/freesmartphone/libfsotransport_git.bb
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -3,4 +3,6 @@ DESCRIPTION = "freesmartphone.org transport library"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "0.9.6+gitr${SRCPV}"
PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+EXTRA_OECONF_palmpre = "--enable-palmpre-hsuart"