diff options
Diffstat (limited to 'meta-oe/recipes-kernel/kpatch')
-rw-r--r-- | meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 | ||||
-rw-r--r-- | meta-oe/recipes-kernel/kpatch/kpatch_git.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 4d187200ec..b8ef092262 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
@@ -22,7 +22,6 @@ EXTRA_OEMAKE = " \ | |||
22 | CC='${CC}' \ | 22 | CC='${CC}' \ |
23 | " | 23 | " |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | do_install () { | 26 | do_install () { |
28 | oe_runmake install | 27 | oe_runmake install |
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb index ba3983e6ff..6521830b7a 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch_git.bb +++ b/meta-oe/recipes-kernel/kpatch/kpatch_git.bb | |||
@@ -6,6 +6,5 @@ SRCREV = "0c3c21930895f6582a5c9d9d797f7e11ff41ffb2" | |||
6 | 6 | ||
7 | PV = "0.9.1" | 7 | PV = "0.9.1" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | 9 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |