diff options
| -rw-r--r-- | meta/packages/exmap-console/exmap-console_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/exmap-console/exmap-console_svn.bb b/meta/packages/exmap-console/exmap-console_svn.bb index 9773164fdf..a85b6484c8 100644 --- a/meta/packages/exmap-console/exmap-console_svn.bb +++ b/meta/packages/exmap-console/exmap-console_svn.bb | |||
| @@ -2,7 +2,7 @@ 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 = "r8" | 5 | PR = "r9" |
| 6 | SRCDATE=20070105 | 6 | SRCDATE=20070105 |
| 7 | 7 | ||
| 8 | # HACK -- I want the kernel module version label to include both the | 8 | # HACK -- I want the kernel module version label to include both the |
| @@ -21,11 +21,11 @@ inherit autotools | |||
| 21 | 21 | ||
| 22 | PACKAGES += "exmap-server kernel-module-exmap" | 22 | PACKAGES += "exmap-server kernel-module-exmap" |
| 23 | 23 | ||
| 24 | FILES_${PN}= "${sbindir}" | 24 | FILES_${PN}= "${bindir}/exmap ${bindir}/exmapd" |
| 25 | PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}" | 25 | PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}" |
| 26 | RDEPENDS_exmap-console = "kernel-module-exmap" | 26 | RDEPENDS_exmap-console = "kernel-module-exmap" |
| 27 | 27 | ||
| 28 | FILES_exmap-server = "${bindir}" | 28 | FILES_exmap-server = "${bindir}/exmapserver" |
| 29 | PACKAGE_ARCH_exmap-server = "${TARGET_ARCH}" | 29 | PACKAGE_ARCH_exmap-server = "${TARGET_ARCH}" |
| 30 | RDEPENDS_exmap-server = "kernel-module-exmap" | 30 | RDEPENDS_exmap-server = "kernel-module-exmap" |
| 31 | 31 | ||
