[oe-commits] Tom Rini : nfs-utils: Drop do_ccompile

git version control git at git.openembedded.org
Thu Sep 23 21:07:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Sep 23 12:24:58 2010 -0700

nfs-utils: Drop do_ccompile

This is unused and not needed in 1.1.x

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/nfs-utils/nfs-utils_1.1.2.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/nfs-utils/nfs-utils_1.1.2.bb b/recipes/nfs-utils/nfs-utils_1.1.2.bb
index f7da598..45ff4ea 100644
--- a/recipes/nfs-utils/nfs-utils_1.1.2.bb
+++ b/recipes/nfs-utils/nfs-utils_1.1.2.bb
@@ -37,12 +37,6 @@ EXTRA_OECONF = "--with-statduser=nobody \
 		--disable-gss \
 		--with-statedir=/var/lib/nfs"
 
-do_ccompile() {
-	# UGLY HACK ALERT
-	cat ${WORKDIR}/forgotten-defines >> ${S}/support/include/config.h
-	oe_runmake 'BUILD=1'
-}
-
 INHIBIT_AUTO_STAGE = "1"
 
 do_install_append() {





More information about the Openembedded-commits mailing list