aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fam/fam_2.7.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-19 16:40:40 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-19 16:40:40 -0700
commit3d7a67033464211cea02733c7808948fe71cd976 (patch)
tree4a97a1c2166263b1f57b3356391368b619a4a63c /recipes/fam/fam_2.7.0.bb
parent0319f8878547c6e8a78373cfc86a85cea60450ae (diff)
downloadopenembedded-3d7a67033464211cea02733c7808948fe71cd976.tar.gz
fam_2.7.0.bb: Fix compilation with gcc4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/fam/fam_2.7.0.bb')
-rw-r--r--recipes/fam/fam_2.7.0.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/fam/fam_2.7.0.bb b/recipes/fam/fam_2.7.0.bb
index cca391593e..2c14581655 100644
--- a/recipes/fam/fam_2.7.0.bb
+++ b/recipes/fam/fam_2.7.0.bb
@@ -2,19 +2,16 @@ DESCRIPTION = "File Alteration Monitor"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL"
+PR = "r1"
SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \
- file://compile-fix.patch"
+ file://compile-fix.patch \
+ file://gcc4-fixes.patch \
+ "
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}/
-}
-
-
SRC_URI[md5sum] = "1bf3ae6c0c58d3201afc97c6a4834e39"
SRC_URI[sha256sum] = "1e0aa136693a3e9f4b43ebd71e7bd934cea31817a4a6cba2edc7aac353b8a93f"