summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libosso.inc
blob: 48b629808d794902e4d166bb65efbd4890084456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
DESCRIPTION = "Nokia OSSO IPC library"

DEPENDS = "dbus-glib glib-2.0 mce-dev"

inherit autotools pkgconfig lib_package

do_configure_prepend() {
  # Remove Werror from OSSO_CFLAGS since the source
  # contains many implicit (const void *) to (void *)
  # conversions.
  sed -i s:-Werror::g configure.ac
}