aboutsummaryrefslogtreecommitdiffstats
path: root/lsof
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /lsof
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'lsof')
-rw-r--r--lsof/lsof_4.69.oe8
-rw-r--r--lsof/lsof_4.70.oe8
2 files changed, 8 insertions, 8 deletions
diff --git a/lsof/lsof_4.69.oe b/lsof/lsof_4.69.oe
index 7d8e781f5f..0d28d452da 100644
--- a/lsof/lsof_4.69.oe
+++ b/lsof/lsof_4.69.oe
@@ -4,7 +4,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic \
tool. Its name stands for LiSt Open Files, and it \
does just that."
-SRC_URI = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.gz
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.gz"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
@@ -21,9 +21,9 @@ do_configure () {
./Configure ${TARGET_OS}
}
-export I=${STAGING_INCDIR}
-export L=${STAGING_INCDIR}
-export EXTRA_OEMAKE=
+export I = "${STAGING_INCDIR}"
+export L = "${STAGING_INCDIR}"
+export EXTRA_OEMAKE =
do_compile () {
oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'
diff --git a/lsof/lsof_4.70.oe b/lsof/lsof_4.70.oe
index 4b913672e3..03d0534c78 100644
--- a/lsof/lsof_4.70.oe
+++ b/lsof/lsof_4.70.oe
@@ -4,7 +4,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic \
tool. Its name stands for LiSt Open Files, and it \
does just that."
-SRC_URI = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
@@ -21,9 +21,9 @@ do_configure () {
./Configure ${TARGET_OS}
}
-export I=${STAGING_INCDIR}
-export L=${STAGING_INCDIR}
-export EXTRA_OEMAKE=
+export I = "${STAGING_INCDIR}"
+export L = "${STAGING_INCDIR}"
+export EXTRA_OEMAKE =
do_compile () {
oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'