- 30 Jan, 2017 9 commits
-
-
Jason Wessel authored
Fix the QA warning: WARNING: tsocks-1.8beta5-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/opt/build-intel-x86/tmp/work/core2-64-linux/tsocks/1.8beta5-r0/packages-split/tsocks/usr/lib64/libtsocks.so.1.8' [ldflags] Signed-off-by:
Jason Wessel <jason.wessel@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
The configure is not generated by autotools, and it's designed to enable ipv6 by default and have option --disable-ipv6 to disable it, but no --enable-ipv6, so remove it. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
Disable GNU atomic operations for mipsel since it's not supported. Refer to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300 : There is no hardware support for 8 bytes atomic operations on 32-bit MIPS targets. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Now that we have libva its important to enable/disable vaapi explicitly Fixes WARNING: mpv-0.15.0-r0 do_package_qa: QA Issue: mpv rdepends on libva-x11, but it isn't a build dependency, missing libva in DEPENDS or PACKAGECONFIG? [build-deps] WARNING: mpv-0.15.0-r0 do_package_qa: QA Issue: mpv rdepends on libva, but it isn't a build dependency, missing libva in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
André Draszik authored
The short version - it ain't working. The long version: For shared libraries made from C++ sources, configure runs some code to determine how to link shared libraries (from libtool.m4) using g++. In particular, it calls g++ ${CFLAGS} -c conftest.c g++ ${CFLAGS} -nostdinc -shared -v conftest.o to then parse the gcc -v output. If CFLAGS contains -pie -fpie, g++ adds Scrt1.o to the objects being linked together to form the final output. Once Scrt1.o is pulled into a shared library, it becomes impossible to link this DSO against a final binary. I didn't investigate why, by I suspect because of -Wl,relro -Wl,now libtool takes note of Scrt1.o (and all other libraries added by gcc, but those don't matter here) and adds it everywhere a shared library is being created, see predep_objects= and postdep_objects= in the 'LIBTOOL TAG CONFIG: CXX' section. In other words, the the shared library created during the build can't be linked against. This includes some applications that are part of the libdbus-c++ source tree, but also any other external user. While I am not sure if the root of the issue is in - gcc (should it really add Scrt1.o despite -shared), or in - libtool (should it filter out -pie -fpie during the configure step), or even in - OE (should it really be adding -pie -fpie to everything, even shared libraries by default and unconditionally), we can make things work by using SECURITY_NO_PIE_CFLAGS instead. Signed-off-by:
André Draszik <adraszik@tycoint.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 29 Jan, 2017 1 commit
-
-
Nicolas Ferre authored
www.tux.org/~mayer/linux/ location can't be found anymore. It seems that the www.math.utah.edu website gives an alternative to reach nbench-byte tool: use this one to fix the issue. Signed-off-by:
Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 03 Dec, 2016 2 commits
-
-
Nicolas Dechesne authored
While testing arm 64/32 multi, the following issue was observed: WARNING: gpsd-3.14-r0 do_package: QA Issue: gpsd: Files/directories were installed but not shipped in any package: /usr/lib/libgpsd.so.22.0 /usr/lib/libgps.so.22 /usr/lib/libgpsd.so.22.0.0 /usr/lib/libgpsd.so.22 /usr/lib/libgps.so.22.0.0 /usr/lib/libgps.so /usr/lib/libgps.so.22.0 /usr/lib/libgpsd.so /usr/lib/pkgconfig /usr/lib/pkgconfig/libgpsd.pc /usr/lib/pkgconfig/libgps.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. gpsd: 11 installed and not shipped files. [installed-vs-shipped] WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/bin/cgps contained in package gps-utils requires libgps.so.22()(64bit), but no providers found in RDEPENDS_gps-utils? [file-rdeps] WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/sbin/gpsdctl contained in package gpsd requires libgps.so.22()(64bit), but no providers found in RDEPENDS_gpsd? [file-rdeps] WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/bin/gpsctl contained in package gpsd-gpsctl requires libgps.so.22()(64bit), but no providers found in RDEPENDS_gpsd-gpsctl? [file-rdeps] WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: gpsd-dbg: found library in wrong location: /usr/lib/.debug/libgpsd.so.22.0.0 gpsd-dbg: found library in wrong location: /usr/lib/.debug/libgps.so.22.0.0 [libdir] gpsd SConstruct file defaults to using '/lib' suffix, which needs to be overriden in the recipe. Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 45837e6c ) Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Andreas Müller authored
see further details at [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=12916 Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 29 Nov, 2016 28 commits
-
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit a9ca4111 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit f708267e ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Clang complains like below | ../../fribidi-0.19.7/charset/fribidi-char-sets-cap-rtl.c:148:7: error: expected expression | DBG ("warning: could not find a mapping for CapRTL to Unicode:"); Therefore quick fix is to remove FORTIFY_SOURCE from cmdline Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1c8afeed ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
This is flagged by latest clang Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit eef06e7c ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 856ac210 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Fixes errors e.g. relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `stderr@@GLIBC_2.17' can not be us ed when making a shared object; recompile with -fPIC Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5d22f066 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit c5fd46f7 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Koen Kooi authored
The previous patch introduced 2 bugs that made packaging fail: 1) Always failing grep 2) Conditionally install systemd files Systemd.bbclass doesn't handle conditional installation and will throw an error. Tested with -native and regular cross builds. Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 4cd27df2 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Wenzong Fan authored
Fix host path for commands: mount, umount: .../tmp/sysroots/x86_64-linux/bin/mount -> /bin/mount .../tmp/sysroots/x86_64-linux/bin/umount -> /bin/umount Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit aea3dbd8 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfwm4 depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 671c597a ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfdesktop depends on gtk+ and libxfce4ui which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit e0ead907 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-settings depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 61b747eb ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-session depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 464e4d40 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-power-manager depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3d15aede ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-panel depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit f625e13f ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-appfinder depends on gtk+ and libxfce4ui which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 036ce482 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
thunar-volman depends on gtk+ and libxfce4ui which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit b1f1aeac ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
thunar depends on gtk+, libsm and xfce4-panel which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3fe63ec6 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
libxfce4ui depends on virtual/libx11 so requires x11 distro feature Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 567a7183 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
gtk-xfce-engine depends on gtk+ which requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit d922ce3c ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
garcon depends on libxfce4ui which requires x11 distro feature Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit c07deeb5 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
exo depends on virtual/libx11 and gtk+ so it requires x11 distro feature, but not for native package. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 004dab1b ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
All xfce apps depend on gtk+ or xfce4-panel or libxfce4ui which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit db0e4783 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
The bbclass depends on xfce4-panel and libxfce4ui which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 723e9b71 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
thunar depends on gtk+, libsm and xfce4-panel which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 20b398d8 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
xfce4-pulseaudio-plugin depends on pavucontrol which requires x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit e4ff7d0a ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
Most packages in this packagegroup require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit e0dc4833 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jackie Huang authored
libxklavier depends on gtk+ and libxi which require x11 distro feature. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 9a3c5c2b ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-