diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /fam/fam_2.6.10.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'fam/fam_2.6.10.oe')
-rw-r--r-- | fam/fam_2.6.10.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fam/fam_2.6.10.oe b/fam/fam_2.6.10.oe index 7ae0ea4860..a30daeb8b4 100644 --- a/fam/fam_2.6.10.oe +++ b/fam/fam_2.6.10.oe @@ -4,17 +4,17 @@ PRIORITY = "optional" RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI = ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \ - file://${FILESDIR}/rpcsvc.patch;patch=1 +SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \ + file://${FILESDIR}/rpcsvc.patch;patch=1" inherit autotools libtool -CPPFLAGS_append = ' -DNDEBUG' +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/fam.h ${STAGING_INCDIR}/ + install -m 0644 ${S}/include/fam.h ${STAGING_INCDIR}/ } |