diff options
Diffstat (limited to 'meta/packages/exmap-console')
-rw-r--r-- | meta/packages/exmap-console/exmap-console.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/exmap-console/exmap-console.bb b/meta/packages/exmap-console/exmap-console.bb index 0e8486bab9..e4af4c1be4 100644 --- a/meta/packages/exmap-console/exmap-console.bb +++ b/meta/packages/exmap-console/exmap-console.bb | |||
@@ -2,7 +2,9 @@ DESCRIPTION = "console-based exmap" | |||
2 | HOMEPAGE = "http://www.o-hand.com" | 2 | HOMEPAGE = "http://www.o-hand.com" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | PV = "0.9" | ||
7 | |||
6 | SRCDATE="20061026" | 8 | SRCDATE="20061026" |
7 | 9 | ||
8 | SRC_URI = \ | 10 | SRC_URI = \ |
@@ -37,5 +39,4 @@ do_install() { | |||
37 | install -m 644 ${S}/kernel/exmap${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/ | 39 | install -m 644 ${S}/kernel/exmap${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/ |
38 | } | 40 | } |
39 | 41 | ||
40 | PACKAGES = "exmap-console" | 42 | FILES_${PN}="${sbindir} ${base_libdir}" |
41 | FILES_exmap-console = "${sbindir}/ /lib/modules/${KERNEL_VERSION}/misc/" | ||