diff options
Diffstat (limited to 'fam/fam_2.7.0.oe')
-rw-r--r-- | fam/fam_2.7.0.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe deleted file mode 100644 index b3265bbd96..0000000000 --- a/fam/fam_2.7.0.oe +++ /dev/null @@ -1,17 +0,0 @@ -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}/ -} - |