aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-09-23 12:24:58 -0700
committerTom Rini <tom_rini@mentor.com>2010-09-23 12:24:58 -0700
commitd83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a (patch)
tree596a20a57a89847e014ef5b9dc47abdd37008c76
parent213d9c4dcd946eedbf25bf0abf70d79d51b27f14 (diff)
downloadopenembedded-d83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a.tar.gz
nfs-utils: Drop do_ccompile
This is unused and not needed in 1.1.x Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/nfs-utils/nfs-utils_1.1.2.bb6
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 f7da598910..45ff4eaa28 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() {