diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 17:22:15 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 17:22:15 +0000 |
| commit | eb72830fcf40b195e72fad06ca7e470565c21d8b (patch) | |
| tree | ee5292f0881ff0e5cd700b22392a43cac27e722c /meta/packages/apr | |
| parent | 30238161a6ad7bb6f7a91d589567e1dd5b0196c7 (diff) | |
| download | poky-eb72830fcf40b195e72fad06ca7e470565c21d8b.tar.gz | |
Add apr, apt-util and subversion based on recipes from OE with tweaks from Josh/me
Diffstat (limited to 'meta/packages/apr')
| -rw-r--r-- | meta/packages/apr/apr-util/configure_fixes.patch | 27 | ||||
| -rw-r--r-- | meta/packages/apr/apr-util/configure_fixes.patch.old | 25 | ||||
| -rw-r--r-- | meta/packages/apr/apr-util_1.3.4.bb | 26 | ||||
| -rw-r--r-- | meta/packages/apr/apr/configure_fixes.patch | 66 | ||||
| -rw-r--r-- | meta/packages/apr/apr_1.3.3.bb | 30 |
5 files changed, 174 insertions, 0 deletions
diff --git a/meta/packages/apr/apr-util/configure_fixes.patch b/meta/packages/apr/apr-util/configure_fixes.patch new file mode 100644 index 0000000000..0b2a0903e1 --- /dev/null +++ b/meta/packages/apr/apr-util/configure_fixes.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | Index: apr-util-1.3.4/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- apr-util-1.3.4.orig/configure.in | ||
| 4 | +++ apr-util-1.3.4/configure.in | ||
| 5 | @@ -8,14 +8,14 @@ AC_INIT(export_vars.sh.in) | ||
| 6 | AC_CONFIG_HEADER(include/private/apu_config.h) | ||
| 7 | AC_CONFIG_AUX_DIR(build) | ||
| 8 | |||
| 9 | -sinclude(build/apu-conf.m4) | ||
| 10 | -sinclude(build/apu-iconv.m4) | ||
| 11 | -sinclude(build/apu-hints.m4) | ||
| 12 | -sinclude(build/apr_common.m4) | ||
| 13 | -sinclude(build/find_apr.m4) | ||
| 14 | -sinclude(build/dbm.m4) | ||
| 15 | -sinclude(build/dbd.m4) | ||
| 16 | -sinclude(build/dso.m4) | ||
| 17 | +#sinclude(build/apu-conf.m4) | ||
| 18 | +#sinclude(build/apu-iconv.m4) | ||
| 19 | +#sinclude(build/apu-hints.m4) | ||
| 20 | +#sinclude(build/apr_common.m4) | ||
| 21 | +#sinclude(build/find_apr.m4) | ||
| 22 | +#sinclude(build/dbm.m4) | ||
| 23 | +#sinclude(build/dbd.m4) | ||
| 24 | +#sinclude(build/dso.m4) | ||
| 25 | |||
| 26 | dnl Generate ./config.nice for reproducing runs of configure | ||
| 27 | dnl | ||
diff --git a/meta/packages/apr/apr-util/configure_fixes.patch.old b/meta/packages/apr/apr-util/configure_fixes.patch.old new file mode 100644 index 0000000000..16f88b3bba --- /dev/null +++ b/meta/packages/apr/apr-util/configure_fixes.patch.old | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Index: apr-util-1.2.12/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- apr-util-1.2.12.orig/configure.in 2008-03-08 19:15:00.000000000 +0000 | ||
| 4 | +++ apr-util-1.2.12/configure.in 2008-03-08 19:15:13.000000000 +0000 | ||
| 5 | @@ -8,13 +8,13 @@ | ||
| 6 | AC_CONFIG_HEADER(include/private/apu_config.h) | ||
| 7 | AC_CONFIG_AUX_DIR(build) | ||
| 8 | |||
| 9 | -sinclude(build/apu-conf.m4) | ||
| 10 | -sinclude(build/apu-iconv.m4) | ||
| 11 | -sinclude(build/apu-hints.m4) | ||
| 12 | -sinclude(build/apr_common.m4) | ||
| 13 | -sinclude(build/find_apr.m4) | ||
| 14 | -sinclude(build/dbm.m4) | ||
| 15 | -sinclude(build/dbd.m4) | ||
| 16 | +#sinclude(build/apu-conf.m4) | ||
| 17 | +#sinclude(build/apu-iconv.m4) | ||
| 18 | +#sinclude(build/apu-hints.m4) | ||
| 19 | +#sinclude(build/apr_common.m4) | ||
| 20 | +#sinclude(build/find_apr.m4) | ||
| 21 | +#sinclude(build/dbm.m4) | ||
| 22 | +#sinclude(build/dbd.m4) | ||
| 23 | |||
| 24 | dnl Generate ./config.nice for reproducing runs of configure | ||
| 25 | dnl | ||
diff --git a/meta/packages/apr/apr-util_1.3.4.bb b/meta/packages/apr/apr-util_1.3.4.bb new file mode 100644 index 0000000000..590c22e882 --- /dev/null +++ b/meta/packages/apr/apr-util_1.3.4.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Apache Portable Runtime (APR) companion library" | ||
| 2 | SECTION = "libs" | ||
| 3 | DEPENDS = "apr expat gdbm" | ||
| 4 | LICENSE = "Apache License, Version 2.0" | ||
| 5 | |||
| 6 | PR = "r2" | ||
| 7 | |||
| 8 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ | ||
| 9 | file://configure_fixes.patch;patch=1" | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | ||
| 12 | --with-dbm=gdbm \ | ||
| 13 | --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ | ||
| 14 | --without-sqlite2 \ | ||
| 15 | --without-sqlite3 \ | ||
| 16 | --with-expat=${STAGING_DIR_HOST}${layout_prefix}" | ||
| 17 | |||
| 18 | |||
| 19 | inherit autotools_stage lib_package binconfig | ||
| 20 | |||
| 21 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | ||
| 22 | |||
| 23 | do_configure_prepend() { | ||
| 24 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk | ||
| 25 | } | ||
| 26 | |||
diff --git a/meta/packages/apr/apr/configure_fixes.patch b/meta/packages/apr/apr/configure_fixes.patch new file mode 100644 index 0000000000..86ceb8cf08 --- /dev/null +++ b/meta/packages/apr/apr/configure_fixes.patch | |||
| @@ -0,0 +1,66 @@ | |||
| 1 | Index: apr-1.3.3/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- apr-1.3.3.orig/configure.in | ||
| 4 | +++ apr-1.3.3/configure.in | ||
| 5 | @@ -794,39 +794,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm | ||
| 6 | create_area]) | ||
| 7 | |||
| 8 | APR_CHECK_DEFINE(MAP_ANON, sys/mman.h) | ||
| 9 | -AC_CHECK_FILE(/dev/zero) | ||
| 10 | - | ||
| 11 | -# Not all systems can mmap /dev/zero (such as HP-UX). Check for that. | ||
| 12 | -if test "$ac_cv_func_mmap" = "yes" && | ||
| 13 | - test "$ac_cv_file__dev_zero" = "yes"; then | ||
| 14 | - AC_MSG_CHECKING(for mmap that can map /dev/zero) | ||
| 15 | - AC_TRY_RUN([ | ||
| 16 | -#include <sys/types.h> | ||
| 17 | -#include <sys/stat.h> | ||
| 18 | -#include <fcntl.h> | ||
| 19 | -#ifdef HAVE_SYS_MMAN_H | ||
| 20 | -#include <sys/mman.h> | ||
| 21 | -#endif | ||
| 22 | - int main() | ||
| 23 | - { | ||
| 24 | - int fd; | ||
| 25 | - void *m; | ||
| 26 | - fd = open("/dev/zero", O_RDWR); | ||
| 27 | - if (fd < 0) { | ||
| 28 | - return 1; | ||
| 29 | - } | ||
| 30 | - m = mmap(0, sizeof(void*), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); | ||
| 31 | - if (m == (void *)-1) { /* aka MAP_FAILED */ | ||
| 32 | - return 2; | ||
| 33 | - } | ||
| 34 | - if (munmap(m, sizeof(void*)) < 0) { | ||
| 35 | - return 3; | ||
| 36 | - } | ||
| 37 | - return 0; | ||
| 38 | - }], [], [ac_cv_file__dev_zero=no], [ac_cv_file__dev_zero=no]) | ||
| 39 | - | ||
| 40 | - AC_MSG_RESULT($ac_cv_file__dev_zero) | ||
| 41 | -fi | ||
| 42 | |||
| 43 | # Now we determine which one is our anonymous shmem preference. | ||
| 44 | haveshmgetanon="0" | ||
| 45 | @@ -1518,13 +1485,14 @@ else | ||
| 46 | bigendian=0 | ||
| 47 | fi | ||
| 48 | |||
| 49 | -APR_CHECK_SIZEOF_EXTENDED([#include <sys/types.h> | ||
| 50 | -#include <sys/uio.h>],struct iovec,0) | ||
| 51 | -if test "$ac_cv_sizeof_struct_iovec" = "0"; then | ||
| 52 | - have_iovec=0 | ||
| 53 | -else | ||
| 54 | - have_iovec=1 | ||
| 55 | -fi | ||
| 56 | +#APR_CHECK_SIZEOF_EXTENDED([#include <sys/types.h> | ||
| 57 | +##include <sys/uio.h>],struct iovec,0) | ||
| 58 | +#if test "$ac_cv_sizeof_struct_iovec" = "0"; then | ||
| 59 | +# have_iovec=0 | ||
| 60 | +#else | ||
| 61 | +# have_iovec=1 | ||
| 62 | +#fi | ||
| 63 | +have_iovec=1 | ||
| 64 | |||
| 65 | AC_SUBST(voidp_size) | ||
| 66 | AC_SUBST(short_value) | ||
diff --git a/meta/packages/apr/apr_1.3.3.bb b/meta/packages/apr/apr_1.3.3.bb new file mode 100644 index 0000000000..3e23bcd878 --- /dev/null +++ b/meta/packages/apr/apr_1.3.3.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | DESCRIPTION = "Apache Portable Runtime (APR) library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "Apache License, Version 2.0" | ||
| 4 | |||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ | ||
| 8 | file://configure_fixes.patch;patch=1" | ||
| 9 | |||
| 10 | inherit autotools lib_package binconfig | ||
| 11 | |||
| 12 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | ||
| 13 | |||
| 14 | do_configure_prepend() { | ||
| 15 | cd ${S} | ||
| 16 | ./buildconf | ||
| 17 | } | ||
| 18 | |||
| 19 | do_stage() { | ||
| 20 | autotools_stage_all | ||
| 21 | install -d ${STAGING_DATADIR}/apr | ||
| 22 | cp ${S}/build/apr_rules.mk ${STAGING_DATADIR}/apr/ | ||
| 23 | sed -i s,apr_builddir=.*,apr_builddir=,g ${STAGING_DATADIR}/apr/apr_rules.mk | ||
| 24 | sed -i s,apr_builders=.*,apr_builders=,g ${STAGING_DATADIR}/apr/apr_rules.mk | ||
| 25 | sed -i s,LIBTOOL=.*,LIBTOOL=\$\(SHELL\)\ ${TARGET_PREFIX}libtool,g ${STAGING_DATADIR}/apr/apr_rules.mk | ||
| 26 | sed -i s,\$\(apr_builders\),${STAGING_DATADIR}/apr/,g ${STAGING_DATADIR}/apr/apr_rules.mk | ||
| 27 | cp ${S}/build/mkdir.sh ${STAGING_DATADIR}/apr/ | ||
| 28 | cp ${S}/build/make_exports.awk ${STAGING_DATADIR}/apr/ | ||
| 29 | cp ${S}/build/make_var_export.awk ${STAGING_DATADIR}/apr/ | ||
| 30 | } | ||
