mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 18:09:29 +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:
parent
9f3e738cbc
commit
cbe0b43010
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user