From 25979309f8be6cd0a7120e298e5e5344660fe46b Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 13 Jul 2005 07:41:16 +0000 Subject: 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' --- packages/mgetty/mgetty_1.1.30.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/mgetty') 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} \ -- cgit v1.2.3