diff options
Diffstat (limited to 'meta/packages/exmap-console/exmap-console.inc')
| -rw-r--r-- | meta/packages/exmap-console/exmap-console.inc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc index 3ebe21c8ba..bdd1fdd44c 100644 --- a/meta/packages/exmap-console/exmap-console.inc +++ b/meta/packages/exmap-console/exmap-console.inc | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | DESCRIPTION = "console-based exmap" | 1 | DESCRIPTION = "Console based version of exmap, a memory usage analysis tool" |
| 2 | HOMEPAGE = "http://www.o-hand.com" | 2 | HOMEPAGE = "http://projects.o-hand.com/exmap-console" |
| 3 | SECTION = "devel" | 3 | SECTION = "devel" |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | DEPENDS = "virtual/kernel" | ||
| 5 | 6 | ||
| 6 | SRC_URI = \ | 7 | SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz" |
| 7 | "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz" | ||
| 8 | 8 | ||
| 9 | inherit module-base | 9 | inherit module-base |
| 10 | inherit autotools | 10 | inherit autotools |
| @@ -13,7 +13,7 @@ MYPV := "${PV}" | |||
| 13 | 13 | ||
| 14 | PACKAGES += "exmap-server kernel-module-exmap" | 14 | PACKAGES += "exmap-server kernel-module-exmap" |
| 15 | 15 | ||
| 16 | FILES_${PN}= "${bindir}/exmap ${bindir}/exmapd" | 16 | FILES_exmap-console = "${bindir}/exmap ${bindir}/exmapd" |
| 17 | PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}" | 17 | PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}" |
| 18 | RDEPENDS_exmap-console += "kernel-module-exmap" | 18 | RDEPENDS_exmap-console += "kernel-module-exmap" |
| 19 | 19 | ||
| @@ -25,7 +25,6 @@ FILES_kernel-module-exmap = "${base_libdir}" | |||
| 25 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" | 25 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" |
| 26 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" | 26 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" |
| 27 | RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})" | 27 | RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})" |
| 28 | DEPENDS_kernel-module-exmap += "virtual/kernel" | ||
| 29 | 28 | ||
| 30 | S = "${WORKDIR}/exmap-console-${PV}" | 29 | S = "${WORKDIR}/exmap-console-${PV}" |
| 31 | 30 | ||
