[oe-commits] [meta-openembedded] 17/26: kpatch: fix QA build errors for nativesdk

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:21 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 99723349a403428fcec1b79c5a90571fb68d6a27
Author: Ruslan Bilovol <rbilovol at cisco.com>
AuthorDate: Wed Aug 7 15:23:51 2019 +0300

    kpatch: fix QA build errors for nativesdk
    
    This patch fixes next QA Issue:
    nativesdk-kpatch: Files/directories were installed but not shipped in any package:
      /etc
      /etc/init
      /etc/init/kpatch.conf
    
    Signed-off-by: Ruslan Bilovol <rbilovol at cisco.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc
index cd819f3..ae753bd 100644
--- a/meta-oe/recipes-kernel/kpatch/kpatch.inc
+++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc
@@ -15,6 +15,7 @@ EXTRA_OEMAKE = " \
 	LIBDIR=${D}${libdir} \
 	MANDIR=${D}${mandir}/man1 \
 	SYSTEMDDIR=${D}${systemd_system_unitdir} \
+	UPSTARTDIR=${D}${sysconfdir}/init \
 	DESTDIR=${D} \
 	BUILDMOD=no \
 	CC='${CC}' \

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


More information about the Openembedded-commits mailing list