diff options
Diffstat (limited to 'packages/maemo4/osso-gwconnect.inc')
-rw-r--r-- | packages/maemo4/osso-gwconnect.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/maemo4/osso-gwconnect.inc b/packages/maemo4/osso-gwconnect.inc new file mode 100644 index 0000000000..8781b1eb25 --- /dev/null +++ b/packages/maemo4/osso-gwconnect.inc @@ -0,0 +1,17 @@ +LICENSE = "LGPL" +DESCRIPTION = "Nokia osso connection library" + +DEPENDS = "libosso" + +inherit autotools pkgconfig + +do_configure_prepend() { + # remove Werror from OSSO_CFLAGS + sed -i s:-Werror::g configure.ac +} + +do_stage() { + autotools_stage_all +} + + |