diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-13 07:41:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-13 07:41:16 +0000 |
commit | 25979309f8be6cd0a7120e298e5e5344660fe46b (patch) | |
tree | 23b5ccf95749394a9db0f4426cfc8c873a13acd1 /packages/mgetty | |
parent | b3bc53b18619a0e0ad3df809bb3a16c127979d40 (diff) |
Add install-native package and remove the install-sh from those packages
which used it to get round the install -s problem - now simply add
install-native to the DEPENDS for packages which attempt to use the host
install with '-s'
Diffstat (limited to 'packages/mgetty')
-rw-r--r-- | packages/mgetty/mgetty_1.1.30.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/mgetty/mgetty_1.1.30.bb b/packages/mgetty/mgetty_1.1.30.bb index e06249051f..2760b4717e 100644 --- a/packages/mgetty/mgetty_1.1.30.bb +++ b/packages/mgetty/mgetty_1.1.30.bb @@ -43,6 +43,11 @@ SRC_URI = "http://nslu.sf.net/downloads/mgetty_1.1.30.orig.tar.gz \ CFLAGS_prepend = "-DAUTO_PPP -DFIDO " +# This is necessary because of the way the mgetty Makefile works, +# it effectively recursively makes . - without passing MAKE the -e +# flag. Oops. +export MAKE = "make -e" + do_compile () { cp ${WORKDIR}/policy.h ${WORKDIR}/voice-defs.h . ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} \ |