summaryrefslogtreecommitdiff
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* hal: Remove build time dependency of virtual/kernelDongxiao Xu2011-09-021-4/+3
| | | | | | | | | | | hal has runtime dependency on kernel, but not build time. Remove it from "DEPENDS" list. Also fix a wrong PACKAGE_ARCH setting when building multilib lib32-hal, because ":=" will be extended immediately which is not the right value. Using TUNE_PKGARCH instead. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libcap: only enable pam if DISTRO_FEATURES requests itPhil Blundell2011-08-312-3/+4
| | | | | Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtasn1: update SRC_URIJoshua Lock2011-08-241-1/+1
| | | | | | | libtasn is no longer hosted as a sub-project of gnutls, it has its ftp directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcre: the generated libtool uses HOST_SYSChris Larson2011-08-231-4/+4
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-235-7/+7
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* acl: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-191-1/+1
| | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* attr: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-191-1/+1
| | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ea-acl: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-191-3/+3
| | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* curl: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-191-4/+4
| | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libxslt: fix packaging of static librariesPhil Blundell2011-08-191-7/+8
| | | | | | This prevents warnings about .a files being installed but not shipped. Signed-off-by: Phil Blundell <philb@gnu.org>
* libproxy: remove dependency on X libsPhil Blundell2011-08-161-1/+1
| | | | | | | | Nothing in the source refers to libX11 or libXmu so there would appear to be no good reason for them to be in DEPENDS. It looks as though these are perhaps a relic from an earlier version which did need those libraries. Signed-off-by: Phil Blundell <philb@gnu.org>
* sqlite3: Ensure nativesdk package extension is handled correctlyRichard Purdie2011-08-091-6/+9
| | | | | | | | | | | This avoids the warning: NOTE: multiple providers are available for runtime libsqlite3-dev (sqlite3, sqlite3-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match libsqlite3-dev until such times as we convert nativesdk to use a prefix like multilib. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburcu: Update to 0.6.4Saul Wold2011-08-081-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* apr-util: disable pqsql support to avoid configure errorMei Lei2011-08-061-1/+2
| | | | | | | | | | The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Signed-off-by: Mei Lei <lei.mei@intel.com>
* libproxy: utilize libdir when configuredKumar Gala2011-08-051-2/+2
| | | | | | | Pass $libdir through when we configure to support a location other than /lib. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* apr-util: Upgrade to 1.3.12Zhai Edwin2011-08-041-4/+8
| | | | | | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Merged with ${BPN} change Signed-off-by: Saul Wold <sgw@linux.intel.com>
* apr: Upgrade to 1.4.5Zhai Edwin2011-08-042-33/+7
| | | | | | | | | | Remove buildconf_fix.patch as already in upstream. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Merged with ${BPN} change Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gpgme: Upgrade to 1.3.1Zhai Edwin2011-08-042-5/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libassuan: Upgrade to 2.0.2Zhai Edwin2011-08-041-2/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libsoup-2.4: Upgrade to 2.34.2Zhai Edwin2011-08-041-2/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* aspell: upgrade from 0.60.6 to 0.60.6.1Mei Lei2011-08-041-3/+3
| | | | Signed-off-by: Mei Lei <lei.mei@intel.com>
* SRC_URI, S: use BPN instead of PN for multilib caseYu Ke2011-08-044-4/+4
| | | | | | | | | in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. Signed-off-by: Yu Ke <ke.y@intel.com>
* libfm: depend on intltool-native instead of intltoolMartin Jansa2011-08-041-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* multilib: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-032-4/+4
| | | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beecrypt: Fix multilib header conflict - beecrypt/gnu.hMark Hatle2011-07-271-2/+6
| | | | | | beecrypt/gnu.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* apr: Fix multilib header conflict - apr.hMark Hatle2011-07-271-2/+6
| | | | | | apr.h conflicts between 32-bit and 64-bit versions Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libcap: Update to 2.22 with License ClarificationSaul Wold2011-07-273-8/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* consolekit 0.4.5: fix PAM installation dirKoen Kooi2011-07-221-3/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libiconv: Fix build failure on 1.13.1Khem Raj2011-07-214-2/+51
| | | | | | | | | It needs a different patch for 1.13.1 for autoconf'ing Rename files to libiconv-1.11.1 and have a separate directory for libiconv-1.13.1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libiconv: Fix SRC_URI checksums for 1.13.1 versionRichard Purdie2011-07-201-2/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* acl,attr: Fix build failures when NLS is disabled on uclibcKhem Raj2011-07-204-6/+5
| | | | | | Disable gettext support when NLS is not enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcap: pass prefix to "make install"Phil Blundell2011-07-192-2/+2
| | | | | | Otherwise it will use /usr by default which may not be the right place. Signed-off-by: Phil Blundell <philb@gnu.org>
* libiconv: add version 1.13.1Saul Wold2011-07-193-0/+33
| | | | | | Keep older libiconv 1.11.1 as 1.13.1 is now LGPLv3 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libpcre: Add bzip2, zlib and readline to DEPENDSTom Rini2011-07-141-0/+1
| | | | | | | | | | | libpcre will build, if found, optional support for bzip2/zlib in pcregrep and a readline frontend to pcretest. It will not however listen to --disable-pcregrep-{libz,libbz2} and will still build these if found. So we add bzip2, zlib and readline to DEPENDS to make sure that we get consistent builds. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: fix for non /usr/lib libdir caseYu Ke2011-07-122-3/+4
| | | | | | | | | | the recipe has hardcoded "lib=lib", which does not work in libdir=/usr/lib64 case where should be "lib=lib64", So this patch fix it by replacing lib with libdir Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gmp: upgrade from 5.0.1 to 5.0.2Nitin A Kamble2011-07-081-2/+2
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libxslt: Inherit from binconfigMichael Lippautz2011-07-071-2/+2
| | | | | | | | libxslt provides a binconfig that may be used to cross-compile/-link against the target library. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Add INSANE_SKIP to avoid warning about .so fileRichard Purdie2011-07-051-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite: upgrade from 3.7.6.2 to 3.7.7.1Yu Ke2011-07-042-10/+10
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* curl: Upgrade from 7.21.6 to 7.21.7Mei Lei2011-07-041-2/+2
| | | | Signed-off-by: Mei Lei <lei.mei@intel.com>
* Drop PRIORITY variableRichard Purdie2011-07-0113-13/+0
| | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beecrypt: Fix up packaging QA warningsRichard Purdie2011-07-011-0/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre: Fix QA warningsRichard Purdie2011-07-011-6/+2
| | | | | | | This drops the split -dev packaging since it was broken and overcomplex. It ensures .so symlinks end up in the correct package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* consolekit: Add glib-2.0 to DEPENDSKhem Raj2011-07-011-2/+2
| | | | | | | | | | | | | | | | | Otherwise it ends up with this error | configure: error: Package requirements (dbus-glib-1 >= 0.82 | gobject-2.0 >= 2.14 | gthread-2.0 >= 2.14 | ) were not met: | | No package 'gobject-2.0' found | No package 'gthread-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* consolekit 0.4.5: remove patch that forcibly disables consolekitKoen Kooi2011-06-302-22/+3
| | | | | | | | | | Polkit support is actually needed for consolekit to function properly, without you get things like: ** (gnome-panel:547): WARNING **: Could not ask session manager if shut down is available: Timeout was reached Various applications will timeout and less well written ones will crash (e.g. the clock applet). Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* consolekit 0.4.5: add pam support based on distro featuresKoen Kooi2011-06-301-3/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* db: Fix file ownershipMark Hatle2011-06-231-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libproxy: Add missing debug filesMark Hatle2011-06-231-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* db: Avoid stripping binariesMark Hatle2011-06-231-1/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* boost: Move the do_configure_prepend to a seperate taskMark Hatle2011-06-231-2/+4
| | | | | | | | We need to perform those actions after patch, and before configure. Otherwise a rebuild starting with configure will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>