libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / fam / fam_2.7.0.bb
blobcca391593eff474955e226d8ffb3f17c4c68d25d
1 DESCRIPTION = "File Alteration Monitor"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL LGPL"
6 SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \
7 file://compile-fix.patch"
9 inherit autotools
11 CPPFLAGS_append = " -DNDEBUG"
13 do_stage() {
14 oe_libinstall -so -a -C lib libfam ${STAGING_LIBDIR}/
15 install -m 0644 ${S}/include/fam.h ${STAGING_INCDIR}/
19 SRC_URI[md5sum] = "1bf3ae6c0c58d3201afc97c6a4834e39"
20 SRC_URI[sha256sum] = "1e0aa136693a3e9f4b43ebd71e7bd934cea31817a4a6cba2edc7aac353b8a93f"