diff options
Diffstat (limited to 'packages/cyrus-imapd/cyrus-imapd_2.2.12.bb')
-rw-r--r-- | packages/cyrus-imapd/cyrus-imapd_2.2.12.bb | 10 |
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 -} |