[oe-commits] [meta-openembedded] 02/05: libgphoto2: remove executable permission bits of udev rule file

git at git.openembedded.org git at git.openembedded.org
Mon Feb 17 19:10:09 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit cbe0b43010a870c2943358a5173731f4baaa2064
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Mon Feb 17 18:55:25 2020 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.23.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a3bdf9c..a012c49 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() {
 
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list