summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/make/make-native_3.80.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/make/make-native_3.80.bb b/packages/make/make-native_3.80.bb
index 848bb03539..8541c48927 100644
--- a/packages/make/make-native_3.80.bb
+++ b/packages/make/make-native_3.80.bb
@@ -1,5 +1,5 @@
-inherit native
include make_${PV}.bb
+inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
S = "${WORKDIR}/make-${PV}"