- 23 Jun, 2015 8 commits
-
-
Martin Jansa authored
* announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_14_1_release/ Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Upgrade php from 5.5.24 to 5.5.26. Remove part 2 of phar-makefile.patch which is useless. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
the native php is used to install the target pear, and native php has hard-code path, so make wrapper to override the hard-code path the configuration format of pear.conf for native php is like: "type:path length:path", path will be replaced when populate sysroot setscene, but the path length is not changed, and make php unable to work, add a task to SSTATEPOSTINSTFUNCS to fix the path length Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
upgrade to include CVE fixes: CVE-2015-3903 CVE-2015-3902 Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Andre McCurdy authored
http://pupnp.sourceforge.net/ Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
1. remove Backport patches 2. Update the checksume, include CopyRight file, since date in it is changed 3. remove --without-krb5 configure options, since it become useless 4. Update remove.autoconf.version.check.patch 5. skip to check libperl Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
- GStreamer 0.10 has been removed meta-openembedded/meta-multimedia and 1.0 left in oe-core, so upgrade libcanberra to the version that support GStreamer 1.0 - GStreamer and gtk support for libcanberra are optional, add PACKAGECONFIG for them, and use x11 DISTRO_FEATURES to decide if gtk is needed, gstreamer is not enabled by default. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 17 Jun, 2015 12 commits
-
-
Ross Burton authored
The ${base_contains...} calls were missing their trailing }. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Backport patch from debian to fix CVE-2015-0797. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784220 https://sources.debian.net/data/main/g/gst-plugins-bad0.10/0.10.23-7.1+deb7u2/debian/patches/buffer-overflow-mp4.patch Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
When build luajit-native: /buildarea2/build/tmp/sysroots/x86_64-linux/usr ==== | rmdir: failed to remove '/buildarea2/build/tmp/work/x86_64-linux/luajit-native/2.0.3-r0/image/buildarea2/build/tmp/sysroots/x86_64-linux/usr/lib/lua/5.*': No such file or directory | rmdir: failed to remove '/buildarea2/build/tmp/work/x86_64-linux/luajit-native/2.0.3-r0/image/buildarea2/build/tmp/sysroots/x86_64-linux/usr/lib/lua': No such file or directory | WARNING: exit code 1 from a shell command. Use ${baselib} instead of ${base_libdir} for variable MULTILIB in Makefile. Otherwise the INSTALL_LIB would extend to wrong path. Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
Mariadb depends on openssl, openssl conditionally depends on krb5 by checking if OPENSSL_NO_KRB5 is defined, but cmake can not handle "ifndef" and always ask krb5.h if krb5.h exist when cmake make_depend; Faking a kssl.h if krb5 is not in PACKAGECONF, which does not include krb5 related declaration, install the faked kssl.h into build dir to be searched firstly Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
The ${S} is not set in the recipe cause the QA warning: WARNING: tesseract-lang-eng: the directory ${WORKDIR}/${BP} (/buildarea2/build/tmp/work/all-poky-linux/tesseract-lang-eng/3.02-r0/tesseract-lang-eng-3.02) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
When MACHINE=qemux86-64 and enable multilib: ERROR: QA Issue: xdotool: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libxdo.so /usr/lib/libxdo.so.1 /usr/lib/.debug /usr/lib/.debug/libxdo.so.1 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir to make, otherwise it assumes $prefix/lib even on multilib. Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
When MACHINE=qemux86-64 and enable multilib: ERROR: QA Issue: openjpeg: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libopenjp2.so /usr/lib/libopenjp2.so.2.1.0 /usr/lib/libopenjp2.so.7 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libopenjp2.so.2.1.0 /usr/lib/pkgconfig/libopenjp2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir configuration option to cmake. Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com>
-
- 08 Jun, 2015 19 commits
-
-
Khem Raj authored
Currently it produces duplicated .so files for .so.0 and .so.0.0.0 this is also noticed by opkg upgrade Configuring libxcb-randr0. /sbin/ldconfig: /usr/lib/libcpufreq.so.0 is not a symbolic link Additionally helps in some code size savings Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Armin Kuster authored
add depends for git. Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Josep Puigdemont authored
Signed-off-by:
Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
Fix the hardcoded libdir in llvm-config and Makefile.config Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
bitbake nodejs [snip] sed: can't read /buildarea2/build/tmp/work/core2-64-poky-linux/nodejs/0.12.4-r0/image/usr/lib64/node_modules/npm/bin/npm-cli.js: No such file or directory [snip] The node modules are not binary files. It doesn't make sense to install them to /usr/lib64. Use /usr/lib/node_modules instead of /usr/lib64/node_modules even on multilib. Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Yi Zhao authored
Fix libdir in Makefile Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Naresh Bhat authored
Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981.html We have tested this package with Montavista CGE product - http://www.mvista.com/ and luvOS distribution - https://01.org/linux-uefi-validation build. Inherit the pkgconfig to avoid the below error, .. ... | disabled use of O_DIRECT with input of -as cdrskin | luv-yocto/build/tmp/work/aarch64-oe-linux/xorriso/1.4.0-r0/xorriso-1.4.0/ configure: line 14352: syntax error near unexpected token `LIBCDIO,' | luv-yocto/build/tmp/work/aarch64-oe-linux/xorriso/1.4.0-r0/xorriso-1.4.0/ configure: line 14352: ` PKG_CHECK_MODULES(LIBCDIO, libcdio >= $LIBCDIO_REQUIRED)' ... .... Signed-off-by:
Naresh Bhat <naresh.bhat@linaro.org> Signed-off-by:
Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by:
Gaurang Shastri <gshastri@juniper.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
mcrapet authored
Changes: - add missing build dependency to flex-native - GDB is a runtime dependency, set it so - use CACHED_CONFIGUREVARS to drop patch - use ${BP} - add missing DESCRIPTION - no help2man build dependency (cgdb.1 man page is not generated) Cc: Ben Shelton <ben.shelton@ni.com> Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2305 Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Robert Yang authored
The ImageMagick-6.9.1-3.tar.xz is gone on the download server, there is ImageMagick-6.9.1-4.tar.xz now. Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Nicolas Aguirre authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
1. Upgrade to fix the CVE: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1377 2. update the patch remove-startup-option.patch Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for i486/i586/i686/pentium are not required. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 06 Jun, 2015 1 commit
-
-
Roy Li authored
1. PolarSSL is now rebranded as mbed TLS. 2. upgrade to include CVE-2015-1182 fix: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1182 Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-