From: Martin Jansa Date: Thu, 30 Sep 2010 09:10:38 +0000 (+0200) Subject: libfsotransport: enable palmpre-hsuart for all X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefd79ec83992a9a5754354cffd513a27d660dc1;p=openembedded.git 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 --- diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb index 21c0ab87c0..775026b56e 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"