aboutsummaryrefslogtreecommitdiffstats
path: root/fam/fam_2.6.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fam/fam_2.6.10.oe')
-rw-r--r--fam/fam_2.6.10.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/fam/fam_2.6.10.oe b/fam/fam_2.6.10.oe
deleted file mode 100644
index 60f9ac901e..0000000000
--- a/fam/fam_2.6.10.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://rpcsvc.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}/
-}
-