summaryrefslogtreecommitdiffstats
path: root/meta/packages/exmap-console/exmap-console.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/exmap-console/exmap-console.inc')
-rw-r--r--meta/packages/exmap-console/exmap-console.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc
index 6744aed49f..183e24cd21 100644
--- a/meta/packages/exmap-console/exmap-console.inc
+++ b/meta/packages/exmap-console/exmap-console.inc
@@ -11,7 +11,6 @@ TEMPPACKAGE_ARCH := "${PACKAGE_ARCH}"
11inherit module-base 11inherit module-base
12inherit autotools 12inherit autotools
13 13
14MYPV := "${PV}"
15PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}" 14PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}"
16 15
17PACKAGES =+ "exmap-server kernel-module-exmap" 16PACKAGES =+ "exmap-server kernel-module-exmap"
@@ -24,7 +23,6 @@ RDEPENDS_exmap-server += "kernel-module-exmap"
24 23
25FILES_kernel-module-exmap = "${base_libdir}" 24FILES_kernel-module-exmap = "${base_libdir}"
26PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" 25PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
27PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
28RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}" 26RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}"
29 27
30S = "${WORKDIR}/exmap-console-${PV}" 28S = "${WORKDIR}/exmap-console-${PV}"