[oe-commits] [meta-openembedded] 03/07: owfs: Inherit systemd

git at git.openembedded.org git at git.openembedded.org
Sun Feb 3 15:08:57 UTC 2019


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 47e9f7875f18f8ae6073ce7c2479faf131ccad76
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Feb 1 23:04:58 2019 -0800

    owfs: Inherit systemd
    
    Fix
    ERROR: QA Issue: owfs: Files/directories were installed but not shipped in any package:
      /lib
      /lib/systemd
      /lib/systemd/system
      /lib/systemd/system/owfs.service
      /lib/systemd/system/owftpd.service
      /lib/systemd/system/owhttpd.service
      /lib/systemd/system/owserver.service
      /lib/systemd/system/owserver.socket
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-filesystems/recipes-filesystems/owfs/owfs_3.2p2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p2.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p2.bb
index 50865cc..326ce0a 100644
--- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p2.bb
+++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p2.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/owfs/owfs \
 
 S = "${WORKDIR}/git"
 
-inherit autotools-brokensep update-rc.d pkgconfig
+inherit autotools-brokensep update-rc.d pkgconfig systemd
 
 EXTRA_OECONF = " \
                  --with-fuseinclude=${STAGING_INCDIR} \

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


More information about the Openembedded-commits mailing list