Go to file
Changqing Li e789c3837c apache2: fix service start fail
reproduce steps:
1. boot up target
2. scp apache2-2.4.41-r0.1.aarch64.rpm on target
3. rpm -i apache2-2.4.41-r0.1.aarch64.rpm
4. systemctl status apache2

Error:
httpd[7767]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log

with the old way, /var/log/apache2/ is created by service
systemd-tmpfiles-setup during boot, so only works when apache2
already installed before boot, in above scenario,
/var/log/apache2/ will not created. fix by creating it in the
service file. similar fix for sysV system

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-14 10:43:48 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems unionfs-fuse: upgrade 2.0 -> 2.1 2020-04-13 11:19:29 -07:00
meta-gnome file-roller: upgrade 3.32.4 -> 3.32.5 2020-05-03 14:29:17 -07:00
meta-initramfs packagegroup-meta-initramfs: remove klibc utilities and kexec-tools-klibc 2020-04-27 17:58:54 -07:00
meta-multimedia openh264: Upgrade to 2.1.0 2020-04-19 11:55:06 -07:00
meta-networking tcpdump: Fix PACKAGECONFIG for OpenSSL 2020-05-05 16:23:36 -07:00
meta-oe modemmanager: upgrade 1.12.8 -> 1.12.10 2020-05-13 23:40:12 -07:00
meta-perl libencode-perl: upgrade 3.05 -> 3.06 2020-05-12 12:33:42 -07:00
meta-python python3-pyroute2: upgrade 0.5.11 -> 0.5.12 2020-05-13 23:40:12 -07:00
meta-webserver apache2: fix service start fail 2020-05-14 10:43:48 -07:00
meta-xfce xfwm4: upgrade 4.14.1 -> 4.14.2 2020-05-11 11:34:52 -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
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