From: Simon Busch Date: Tue, 31 Aug 2010 06:14:51 +0000 (+0200) Subject: libfsotransport: add palmpre specific configure option X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65106eba3eab9e9c286b8804dcf07ad5b9212d2a;p=openembedded.git 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 --- 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"