mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
xserver-xorg: Remove unneeded empty directory, fixing QA warning
(From OE-Core rev: 689c9e6e5487292e3e54faceb741fa59478d9386) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -120,3 +120,7 @@ PACKAGECONFIG ??= "udev"
|
||||
PACKAGECONFIG[hal] = "--enable-config-hal,--disable-config-hal,,hal"
|
||||
PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
|
||||
|
||||
do_install_append () {
|
||||
# Its assumed base-files creates this for us
|
||||
rmdir ${D}${localstatedir}/log/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user