1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
LICENSE = "LGPL" DESCRIPTION = "Nokia hildon thumbnail library" DEPENDS = "libhildonmime" inherit autotools pkgconfig lib_package do_configure_prepend() { # remove Werror from OSSO_CFLAGS sed -i s:-Werror::g configure.ac touch gtk-doc.make } do_stage() { autotools_stage_all }