From d83ccb0f889b77280fe6c7d6e5c2d1e1c523d87a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 23 Sep 2010 12:24:58 -0700 Subject: nfs-utils: Drop do_ccompile This is unused and not needed in 1.1.x Signed-off-by: Tom Rini --- recipes/nfs-utils/nfs-utils_1.1.2.bb | 6 ------ 1 file changed, 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() { -- cgit 1.2.3-korg