nfs-utils: Drop do_ccompile
authorTom Rini <tom_rini@mentor.com>
Thu, 23 Sep 2010 19:24:58 +0000 (12:24 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 23 Sep 2010 19:24:58 +0000 (12:24 -0700)
This is unused and not needed in 1.1.x

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/nfs-utils/nfs-utils_1.1.2.bb

index f7da598..45ff4ea 100644 (file)
@@ -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() {