diff options
Diffstat (limited to 'packages/maemo4/osso-gwconnect.inc')
-rw-r--r-- | packages/maemo4/osso-gwconnect.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/maemo4/osso-gwconnect.inc b/packages/maemo4/osso-gwconnect.inc deleted file mode 100644 index 8781b1eb25..0000000000 --- a/packages/maemo4/osso-gwconnect.inc +++ /dev/null @@ -1,17 +0,0 @@ -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 -} - - |