From: Tomas Frydrych Date: Thu, 4 Jan 2007 13:50:33 +0000 (+0000) Subject: update package contents following change in install path X-Git-Tag: yocto-4.0~51994 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b8a009013623827def90080c1408d2e0deeadc4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/packages/exmap-console/exmap-console_svn.bb b/meta/packages/exmap-console/exmap-console_svn.bb index 9773164fdff..a85b6484c82 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" 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"