diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2020-02-17 18:55:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-17 11:09:49 -0800 |
| commit | cbe0b43010a870c2943358a5173731f4baaa2064 (patch) | |
| tree | b3cf1377f1b14defa33cc6b383a338a81a6ec4a1 | |
| parent | 9f3e738cbc917d728377a1f487b084304b67f2ff (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb | 2 |
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 a3bdf9cea4..a012c499ca 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 | ||
| 35 | do_install_append() { | 35 | do_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 | ||
| 40 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" | 40 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" |
