blob: 653aea6d3c355b09adf68e432c6e86527f49730e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "File Alteration Monitor"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL"
SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \
file://compile-fix.patch;patch=1"
inherit autotools
CPPFLAGS_append = " -DNDEBUG"
do_stage() {
oe_libinstall -so -a -C lib libfam ${STAGING_LIBDIR}/
install -m 0644 ${S}/include/fam.h ${STAGING_INCDIR}/
}
|