From: Tom Rini Date: Thu, 23 Sep 2010 19:24:58 +0000 (-0700) Subject: nfs-utils: Drop do_ccompile X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a;p=openembedded.git nfs-utils: Drop do_ccompile This is unused and not needed in 1.1.x Signed-off-by: Tom Rini --- 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() {