git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d97fc0
)
libfsotransport: add palmpre specific configure option
author
Simon Busch
<morphis@gravedo.de>
Tue, 31 Aug 2010 06:14:51 +0000
(08:14 +0200)
committer
Simon Busch
<morphis@gravedo.de>
Mon, 6 Sep 2010 16:34:25 +0000
(18:34 +0200)
On the palmpre machine we need the HsuartTransport libfsotransport provides but only
offeres with an additional configure option.
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/freesmartphone/libfsotransport_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/libfsotransport_git.bb
b/recipes/freesmartphone/libfsotransport_git.bb
index
7e7e6d6
..
21c0ab8
100644
(file)
--- 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"