Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / libosso.inc
1 LICENSE     = "GNU Lesser General Public License-version 2.1 "
2 DESCRIPTION = "Nokia OSSO IPC library"
3
4 DEPENDS = "dbus-glib glib-2.0 mce-dev"
5
6 inherit autotools pkgconfig lib_package
7
8 do_configure_prepend() {
9   # Remove Werror from OSSO_CFLAGS since the source
10   # contains many implicit (const void *) to (void *)
11   # conversions.
12   sed -i s:-Werror::g configure.ac
13 }
14
15 do_stage() {
16   autotools_stage_all
17 }
18
19