summaryrefslogtreecommitdiff
path: root/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-13 07:41:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-13 07:41:16 +0000
commit25979309f8be6cd0a7120e298e5e5344660fe46b (patch)
tree23b5ccf95749394a9db0f4426cfc8c873a13acd1 /packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
parentb3bc53b18619a0e0ad3df809bb3a16c127979d40 (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/cyrus-imapd/cyrus-imapd_2.2.12.bb')
-rw-r--r--packages/cyrus-imapd/cyrus-imapd_2.2.12.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
index 468561d40d..09d267a9c8 100644
--- a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
+++ b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
@@ -1,10 +1,10 @@
SECTION = "console/network"
DEPENDS = "cyrus-sasl db"
LICENSE = "BSD"
-PR = "r1"
+PR = "r2"
+DEPENDS += "install-native"
SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \
- file://install-sh \
file://autotools.patch;patch=1 \
file://tail.patch;patch=1"
@@ -23,9 +23,3 @@ TARGET_CPPFLAGS =+ "-I${STAGING_DIR}/${TARGET_SYS}/include/db4"
# All, lib/foo.c includes <config.h> from the top level directory and
# is natively compiled
BUILD_CPPFLAGS += " -I${S} -I${S}/et"
-
-do_install () {
- # This will make the -s option work somewhat portably cross
- # platform
- STRIPPROG="$STRIP" oe_runmake 'DESTDIR=${D}' INSTALL='sh ${WORKDIR}/install-sh' install
-}