mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
libgphoto2: remove executable permission bits of udev rule file
Fixes systemd-udevd warning: systemd-udevd[156]: Configuration file /etc/udev/rules.d/40-libgphoto2.rules is marked executable. Please remove executable permission bits. Proceeding anyway. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ do_configure_append() {
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/udev/rules.d/
|
||||
install -m 0755 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/
|
||||
install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/
|
||||
}
|
||||
|
||||
PACKAGES =+ "libgphotoport libgphoto2-camlibs"
|
||||
|
||||
Reference in New Issue
Block a user