Go to file
Kai Kang 8d4d608b4e 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>
2019-09-05 18:13:44 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems ntfs-3g-ntfsprogs: support usrmerge 2019-08-30 06:45:52 -07:00
meta-gnome evolution-data-server: remove unused gconf dep and pythonnative dep 2019-08-29 09:06:54 -07:00
meta-initramfs klibc: Fix build with 5.2+ kernel headers 2019-09-03 16:02:03 -07:00
meta-multimedia fluidsynth: upgrade 2.0.5 -> 2.0.6 2019-09-02 12:52:45 -07:00
meta-networking drbd-utils: switch to add patch from change source in do_configure 2019-09-05 18:13:44 -07:00
meta-oe php: sync with apache2's change 2019-09-05 18:13:44 -07:00
meta-perl libenv-perl: Import from meta-security 2019-08-27 12:11:15 -07:00
meta-python python-pyasn1: upgrade 0.4.6 -> 0.4.7 2019-09-05 18:13:44 -07:00
meta-webserver apache2: fix multilib file conflicts 2019-09-05 18:13:44 -07:00
meta-xfce xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6 2019-09-03 07:25:28 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
file Recipe for docopt.cpp option parsing library 2019-08-27 12:11:15 -07:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@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