DESCRIPTION = "A library for loose coupling of C++ method calls" SECTION = "libs" PRIORITY = "optional" SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz" inherit autotools pkgconfig acpaths = "-I ${S}/scripts" do_stage() { oe_libinstall -so -C sigc++ libsigc-1.2 ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/sigc++/ for f in sigc++/*.h do install -m 0644 $f ${STAGING_INCDIR}/sigc++/ done }