[oe-commits] Martin Jansa : libfsotransport: enable palmpre-hsuart for all

git version control git at git.openembedded.org
Thu Sep 30 09:12:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: eefd79ec83992a9a5754354cffd513a27d660dc1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eefd79ec83992a9a5754354cffd513a27d660dc1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Sep 30 11:10:38 2010 +0200

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

---

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

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





More information about the Openembedded-commits mailing list