Jackie Huang
a94ec5f234
squid: disable gnu atomic operations for mipsel
...
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 >
2017-01-29 19:11:55 -05:00
Andreas Oberritter
ef77b38495
imagemagick: use correct major version in program suffix
...
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 >
2017-01-29 19:09:23 -05:00
Martin Jansa
0801c1876b
libxml++: fix LICENSE
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-01-29 19:08:15 -05:00
Khem Raj
fa579d121c
meta_oe_security_flags.inc: Disable PIE for luajit
...
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 >
2017-01-29 19:07:52 -05:00
Khem Raj
f3ad98dca5
mpv: Add PACKAGECONFIG for vaapi
...
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 >
2017-01-29 19:07:26 -05:00
André Draszik
9aba5089be
meta_oe_security_flags: disable PIE for libdbus-c++
...
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 >
2017-01-29 19:06:27 -05:00
Khem Raj
99fe0daf83
libvdpau: Disable PIE
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2017-01-29 19:02:56 -05:00
Nicolas Ferre
0eb5d0c7e8
nbench-byte: fix project URL
...
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 >
2017-01-29 18:57:44 -05:00
Nicolas Dechesne
1efa5d623b
gpsd: fix multilib build
...
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 45837e6c56 )
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-12-03 07:45:12 -08:00
Andreas Müller
97b82f3b5a
exo: unbreak Thunar's detailed file view
...
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 >
2016-12-03 07:37:53 -08:00
Khem Raj
5829238b2f
modemmanager: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit a9ca41110b )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
9dc61c378a
libmad: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit f708267ebd )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
3cb5bcda7d
fribidi: Fix build with security flags turned on
...
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 1c8afeed17 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
c6bb22050e
flashrom: Remove redundant const qualifier
...
This is flagged by latest clang
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit eef06e7cbe )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
7ac8ead611
md5deep: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit 856ac210ab )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
6a0899986f
openldap: Fix Build error due to missing -fPIC
...
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 5d22f06617 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Khem Raj
ae254b4d16
libqmi: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
(cherry picked from commit c5fd46f74a )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Koen Kooi
1ae5293c4b
android-tools: fix do_install
...
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 4cd27df21d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Wenzong Fan
a67677bdf7
rsnapshot: fix host path in rsnapshot.conf.default
...
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 aea3dbd89c )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
f98f05a6a2
xfwm4: add x11 to REQUIRED_DISTRO_FEATURES
...
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 671c597a8a )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
091314223a
xfdesktop: add x11 to REQUIRED_DISTRO_FEATURES
...
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 e0ead9073b )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
4abb9bd7c4
xfce4-settings: add x11 to REQUIRED_DISTRO_FEATURES
...
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 61b747ebd2 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
fbb8993f47
xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES
...
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 464e4d4033 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
a7033bf685
xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURES
...
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 3d15aede4b )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
c628feffc2
xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURES
...
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 f625e13f87 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
d6ff552007
xfce4-appfinder: add x11 to REQUIRED_DISTRO_FEATURES
...
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 036ce4827d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
f470662daa
thunar-volman: add x11 to REQUIRED_DISTRO_FEATURES
...
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 b1f1aeac93 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
a905a4bc53
thunar: add x11 to REQUIRED_DISTRO_FEATURES
...
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 3fe63ec698 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
4898fc6c36
libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURES
...
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 567a718393 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:23 -08:00
Jackie Huang
4ea40f3c34
gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURES
...
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 d922ce3cde )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
57faeeda1c
garcon: add x11 to REQUIRED_DISTRO_FEATURES
...
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 c07deeb58d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
af6a17788b
exo: add x11 to REQUIRED_DISTRO_FEATURES
...
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 004dab1b3d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
0b91d7122a
xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
...
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 db0e4783e2 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
33055f8dc2
xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
...
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 723e9b71a4 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
17c92998f6
thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
...
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 20b398d878 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
e3cc8a1de5
xfce4-pulseaudio-plugin: add x11 to REQUIRED_DISTRO_FEATURES
...
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 e4ff7d0ac4 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
968e99e54e
packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
...
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 e0dc483313 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
3a2f97e77a
libxklavier: add x11 to REQUIRED_DISTRO_FEATURES
...
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 9a3c5c2b2e )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
7a557a2bea
libwnck: add x11 to REQUIRED_DISTRO_FEATURES
...
libwnck 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 28d767851d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
179bcb1b3d
gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES
...
gtksourceview2 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 0b365d7248 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
eea7d0bb02
gnome-disk-utility: add x11 to REQUIRED_DISTRO_FEATURES
...
gnome-disk-utility depends on virtual/libx11.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
(cherry picked from commit fa62ed8990 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
bc9450cc60
evince: add x11 to REQUIRED_DISTRO_FEATURES
...
evince depends on gtk+3 and gnome-desktop3 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 2d8180ecf5 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
121a333674
dconf: add x11 to REQUIRED_DISTRO_FEATURES
...
dconf depends on gtk+3 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 6afe63346b )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
74ee171e5d
libunique: add x11 to REQUIRED_DISTRO_FEATURES
...
libunique 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 ba879d436b )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
258f4f35b7
pavucontrol: add x11 to REQUIRED_DISTRO_FEATURES
...
pavucontrol depends on gtkmm 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 426734113d )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
c30411db75
gtkmm: add x11 to REQUIRED_DISTRO_FEATURES
...
gtkmm 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 8a90713473 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Wenzong Fan
d08864a289
opencv: checking existence of /usr/lib
...
Remove install errors:
mv: cannot stat '.../tmp/work/mips64-wrs-linux/opencv/3.1+gitAUTOINC
+92387b1ef8-r0/image/usr/lib/*': No such file or directory
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
(cherry picked from commit cefba87ff0 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Wenzong Fan
cb2477355d
libeigen: set tarball name as ${BP}.tar.bz2
...
Rename tarball name: 3.2.8.tar.bz2 -> libeigen-3.2.8.tar.bz2
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
(cherry picked from commit ba0717b0cf )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Wenzong Fan
00b89f2aa5
opencv: fix QA issue
...
Replace '/lib' with '${baselib}' to fix QA issue:
ERROR: do_package_qa: QA Issue: non -staticdev package contains \
static .a library: opencv-apps path \
'.../opencv-apps/usr/share/OpenCV/3rdparty/lib64/libippicv.a' \
[staticdev]
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
(cherry picked from commit a36efdd02f )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00
Jackie Huang
d8d90a61c0
openjpeg: rename the download file
...
Rename the download file to avoid collisions in DL_DIR.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
(cherry picked from commit d0fa502a22 )
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2016-11-29 08:22:22 -08:00