diff options
| author | Ruslan Bilovol <rbilovol@cisco.com> | 2019-08-07 15:23:51 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 10:04:23 -0700 |
| commit | 99723349a403428fcec1b79c5a90571fb68d6a27 (patch) | |
| tree | 2f7f6a989a01201d23469f3423ea16740efea33d /meta-oe/recipes-kernel/kpatch/kpatch.inc | |
| parent | a8ed1f33d722149206add75c8c233f2698f72f09 (diff) | |
| download | meta-openembedded-99723349a403428fcec1b79c5a90571fb68d6a27.tar.gz | |
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@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/kpatch/kpatch.inc')
| -rw-r--r-- | meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index cd819f31f8..ae753bd415 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
| @@ -15,6 +15,7 @@ EXTRA_OEMAKE = " \ | |||
| 15 | LIBDIR=${D}${libdir} \ | 15 | LIBDIR=${D}${libdir} \ |
| 16 | MANDIR=${D}${mandir}/man1 \ | 16 | MANDIR=${D}${mandir}/man1 \ |
| 17 | SYSTEMDDIR=${D}${systemd_system_unitdir} \ | 17 | SYSTEMDDIR=${D}${systemd_system_unitdir} \ |
| 18 | UPSTARTDIR=${D}${sysconfdir}/init \ | ||
| 18 | DESTDIR=${D} \ | 19 | DESTDIR=${D} \ |
| 19 | BUILDMOD=no \ | 20 | BUILDMOD=no \ |
| 20 | CC='${CC}' \ | 21 | CC='${CC}' \ |
