summaryrefslogtreecommitdiffstats
path: root/meta/packages/exmap-console/exmap-console.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-02-22 08:38:46 +0000
committerRichard Purdie <richard@openedhand.com>2007-02-22 08:38:46 +0000
commit21690b1b6efe1815e79b80ec9ba5c700daf9ebc9 (patch)
treedcb76ee869da12d8e3e7a208a53335332c82ec54 /meta/packages/exmap-console/exmap-console.inc
parent4caa95d0fca863acd39780d704667528b11cd879 (diff)
downloadpoky-21690b1b6efe1815e79b80ec9ba5c700daf9ebc9.tar.gz
exmap-console: Use filename to set PV, remove duplication from svn version, set DEPENDS correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1285 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/exmap-console/exmap-console.inc')
-rw-r--r--meta/packages/exmap-console/exmap-console.inc11
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 @@
1DESCRIPTION = "console-based exmap" 1DESCRIPTION = "Console based version of exmap, a memory usage analysis tool"
2HOMEPAGE = "http://www.o-hand.com" 2HOMEPAGE = "http://projects.o-hand.com/exmap-console"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPL" 4LICENSE = "GPL"
5DEPENDS = "virtual/kernel"
5 6
6SRC_URI = \ 7SRC_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
9inherit module-base 9inherit module-base
10inherit autotools 10inherit autotools
@@ -13,7 +13,7 @@ MYPV := "${PV}"
13 13
14PACKAGES += "exmap-server kernel-module-exmap" 14PACKAGES += "exmap-server kernel-module-exmap"
15 15
16FILES_${PN}= "${bindir}/exmap ${bindir}/exmapd" 16FILES_exmap-console = "${bindir}/exmap ${bindir}/exmapd"
17PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}" 17PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}"
18RDEPENDS_exmap-console += "kernel-module-exmap" 18RDEPENDS_exmap-console += "kernel-module-exmap"
19 19
@@ -25,7 +25,6 @@ FILES_kernel-module-exmap = "${base_libdir}"
25PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" 25PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
26PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" 26PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
27RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})" 27RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})"
28DEPENDS_kernel-module-exmap += "virtual/kernel"
29 28
30S = "${WORKDIR}/exmap-console-${PV}" 29S = "${WORKDIR}/exmap-console-${PV}"
31 30