From e113a4931bd13591a722cfa2f67ab28b4cd07c5b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 6 Mar 2004 14:21:28 +0000 Subject: [PATCH] fix fam 2.7.0 build. note to self: start using bk sfiles -x ;) BKrev: 4049de68oFprb1SqV1YavWM9n6dElA --- fam/fam-2.7.0/compile-fix.patch | 0 fam/fam_2.7.0.oe | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 fam/fam-2.7.0/compile-fix.patch create mode 100644 fam/fam_2.7.0.oe diff --git a/fam/fam-2.7.0/compile-fix.patch b/fam/fam-2.7.0/compile-fix.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe new file mode 100644 index 0000000000..d9c2279ed4 --- /dev/null +++ b/fam/fam_2.7.0.oe @@ -0,0 +1,20 @@ +DESCRIPTION=File Alteration Monitor +SECTION=libs +PRIORITY=optional +RDEPENDS=libc6 +DEPENDS=virtual/libc + +SRC_URI = ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \ + file://${FILESDIR}/compile-fix.patch;patch=1 + +inherit autotools libtool + +CPPFLAGS_append = ' -DNDEBUG' + +do_stage() { + oe_soinstall libfam/.libs/libfam.so.0.0.0 ${STAGING_LIBDIR}/ + install -m 0644 libfam/.libs/libfam.a ${STAGING_LIBDIR}/libfam.a + install -m 0644 libfam/.libs/libfam.lai ${STAGING_LIBDIR}/libfam.la + install -m 0644 include/* ${STAGING_INCDIR}/ +} + -- 2.39.5