[oe-commits] Simon Busch : libfsotransport: add palmpre specific configure option

git version control git at git.openembedded.org
Mon Sep 6 16:39:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 65106eba3eab9e9c286b8804dcf07ad5b9212d2a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65106eba3eab9e9c286b8804dcf07ad5b9212d2a

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Aug 31 08:14:51 2010 +0200

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 at gravedo.de>

---

 recipes/freesmartphone/libfsotransport_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
index 7e7e6d6..21c0ab8 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"





More information about the Openembedded-commits mailing list