]> code.ossystems Code Review - openembedded-core.git/commitdiff
update package contents following change in install path
authorTomas Frydrych <tf@openedhand.com>
Thu, 4 Jan 2007 13:50:33 +0000 (13:50 +0000)
committerTomas Frydrych <tf@openedhand.com>
Thu, 4 Jan 2007 13:50:33 +0000 (13:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1116 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/exmap-console/exmap-console_svn.bb

index 9773164fdff69d460b92b34fd3aea1534dd1428b..a85b6484c824773a8a0a15e7be6d64304dbbc51a 100644 (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"