update package contents following change in install path

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1116 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2007-01-04 13:50:33 +00:00
parent 30daacb76f
commit 4b8a009013
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "console-based exmap"
HOMEPAGE = "http://www.o-hand.com"
SECTION = "devel"
LICENSE = "GPL"
PR = "r8"
PR = "r9"
SRCDATE=20070105
# HACK -- I want the kernel module version label to include both the
@ -21,11 +21,11 @@ inherit autotools
PACKAGES += "exmap-server kernel-module-exmap"
FILES_${PN}= "${sbindir}"
FILES_${PN}= "${bindir}/exmap ${bindir}/exmapd"
PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}"
RDEPENDS_exmap-console = "kernel-module-exmap"
FILES_exmap-server = "${bindir}"
FILES_exmap-server = "${bindir}/exmapserver"
PACKAGE_ARCH_exmap-server = "${TARGET_ARCH}"
RDEPENDS_exmap-server = "kernel-module-exmap"