git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
213d9c4
)
nfs-utils: Drop do_ccompile
author
Tom Rini
<tom_rini@mentor.com>
Thu, 23 Sep 2010 19:24:58 +0000
(12:24 -0700)
committer
Tom 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
patch
|
blob
|
history
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
(file)
--- 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() {