[oe-commits] org.oe.dev lsof: make it configure

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Jan 15 20:11:35 UTC 2007


lsof: make it configure

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 434de93cfa2e4d34e3f4a19e5bff6130398e5d8f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=434de93cfa2e4d34e3f4a19e5bff6130398e5d8f
Files:
1
packages/lsof/lsof_4.77.bb
Diffs:

#
# mt diff -r7dfc7a31ac72c55bd7de2ec3f60edae7fcb0bd0d -r434de93cfa2e4d34e3f4a19e5bff6130398e5d8f
#
# 
# 
# patch "packages/lsof/lsof_4.77.bb"
#  from [2990e97ab39871af9accf78e96e5527076d2560d]
#    to [d83ffc12ec468935a31c8aa0c42efa67310e90ac]
# 
============================================================
--- packages/lsof/lsof_4.77.bb	2990e97ab39871af9accf78e96e5527076d2560d
+++ packages/lsof/lsof_4.77.bb	d83ffc12ec468935a31c8aa0c42efa67310e90ac
@@ -1,7 +1,8 @@ LICENSE = "BSD"
 DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
 Its name stands for LiSt Open Files, and it does just that."
 SECTION = "devel"
 LICENSE = "BSD"
+PR = "r1"
 
 SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
@@ -20,7 +21,7 @@ do_configure () {
 LSOF_OS_linux-gnueabi = "linux"
 
 do_configure () {
-	./Configure ${LSOF_OS}
+	yes | ./Configure ${LSOF_OS}
 }
 
 export I = "${STAGING_INCDIR}"






More information about the Openembedded-commits mailing list