summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-02-17 18:55:25 +0800
committerKhem Raj <raj.khem@gmail.com>2020-02-17 11:09:49 -0800
commitcbe0b43010a870c2943358a5173731f4baaa2064 (patch)
treeb3cf1377f1b14defa33cc6b383a338a81a6ec4a1 /meta-oe
parent9f3e738cbc917d728377a1f487b084304b67f2ff (diff)
downloadmeta-openembedded-cbe0b43010a870c2943358a5173731f4baaa2064.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb
index a3bdf9cea..a012c499c 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb
@@ -34,7 +34,7 @@ do_configure_append() {
34 34
35do_install_append() { 35do_install_append() {
36 install -d ${D}${sysconfdir}/udev/rules.d/ 36 install -d ${D}${sysconfdir}/udev/rules.d/
37 install -m 0755 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ 37 install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/
38} 38}
39 39
40PACKAGES =+ "libgphotoport libgphoto2-camlibs" 40PACKAGES =+ "libgphotoport libgphoto2-camlibs"