From eefd79ec83992a9a5754354cffd513a27d660dc1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 30 Sep 2010 11:10:38 +0200 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5