From 65106eba3eab9e9c286b8804dcf07ad5b9212d2a Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 31 Aug 2010 08:14:51 +0200 Subject: 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 --- recipes/freesmartphone/libfsotransport_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg