libfsotransport provides a special hsuart transport which only works and is used on the palmpre machine. For this the palmpre-systems-deps are needed to provide ioctl support for the hsuart.
Signed-off-by: Simon Busch <[email protected]> --- recipes/freesmartphone/libfsotransport_git.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb index 7e7e6d6..882fc12 100644 --- a/recipes/freesmartphone/libfsotransport_git.bb +++ b/recipes/freesmartphone/libfsotransport_git.bb @@ -4,3 +4,6 @@ SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.9.6+gitr${SRCPV}" PE = "1" PR = "${INC_PR}.0" + +EXTRA_OECONF_palmpre = "--with-machine=palmpre" +DEPENDS_palmpre = "palmpre-system-deps-native" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
