blob: 85d5cb1c5d612dbf53f0ba1e1fba70ffbd3290cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "File Alteration Monitor"
SECTION = "libs"
PRIORITY = "optional"
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 libfam libfam ${STAGING_LIBDIR}/
install -m 0644 ${S}/include/fam.h ${STAGING_INCDIR}/
}
|