DESCRIPTION = "libev" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" #APPS_SRC = "${TOPDIR}/../src/apps/aud-base/library/mdns" #APPS_SRC = "${TOPDIR}/../src/apps/aud-base/libev-4.15" SRC_URI = "file://libev-${PV}.tar.gz" SRC_URI[md5sum] = "3a73f247e790e2590c01f3492136ed31" SRC_URI[sha256sum] = "b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb" #inherit autotools pkgconfig workonsrc inherit autotools pkgconfig PACKAGECONFIG ??= "configdir" PACKAGECONFIG[configdir] = "--includedir=/usr/include/libev" #WORKONSRC = "${APPS_SRC}" FILES_${PN}+="${libdir}" FILES_${PN}-dev = "${includedir} ${libdir}/libev*.so" INSANE_SKIP_${PN} += "already-stripped"