Go to file
Kai Kang 8bb6955cf8 apache2: fix multilib file conflicts
There are errors of apache2 about files conflicts when multilib enabled:

| Error: Transaction check error:
|   file /etc/apache2/extra/httpd-ssl.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /etc/apache2/httpd.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /usr/sbin/envvars conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /usr/sbin/envvars-std conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64

It makes libexecdir point to ${libdir}. Reset to ${libexecdir} which could
eliminate file conflicts of the conf files. And remove /usr/sbin/envvars and
/usr/sbin/envvars-std which only used by apachectl. They only add standard
library path ${libdir} to LD_LIBRARY_PATH, so remove them to avoid multilib
file conflicts.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8d4d608b4e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-05 07:45:32 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems exfat-utils: moved to github 2019-09-02 19:39:29 -07:00
meta-gnome gnome-desktop3: Fix REQUIRED_DISTRO_FEATURES 2019-09-02 19:39:52 -07:00
meta-initramfs README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-multimedia vlc: notify switched to GTK+3 some time ago 2019-09-02 19:39:52 -07:00
meta-networking tcpdump: Fix CVE-2017-16808 2019-10-05 07:45:13 -07:00
meta-oe redis: Fix build with clang/x86 2019-10-05 07:45:32 -07:00
meta-perl README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-python python-cassandra-driver.inc: fix DEPENDS 2019-06-16 08:15:18 -07:00
meta-webserver apache2: fix multilib file conflicts 2019-10-05 07:45:32 -07:00
meta-xfce meta-xfce: add meta-networking to layer depends 2019-05-23 07:03:43 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00

Collection of layers for the OE-core universe

Warrior maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories