aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2006-10-25 15:52:00 +0000
committerTomas Frydrych <tf@openedhand.com>2006-10-25 15:52:00 +0000
commit77213cacd276c9ac69daa9ce14307ebf539f5351 (patch)
treee897d779236b0e3af2ea7121047551f184218fb9 /meta
parent7877023130699d2776238656540731ce9afa0686 (diff)
downloadopenembedded-core-contrib-77213cacd276c9ac69daa9ce14307ebf539f5351.tar.gz
fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/exmap-console/exmap-console.bb7
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"
HOMEPAGE = "http://www.o-hand.com"
SECTION = "devel"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
+PV = "0.9"
+
SRCDATE="20061026"
SRC_URI = \
@@ -37,5 +39,4 @@ do_install() {
install -m 644 ${S}/kernel/exmap${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/
}
-PACKAGES = "exmap-console"
-FILES_exmap-console = "${sbindir}/ /lib/modules/${KERNEL_VERSION}/misc/"
+FILES_${PN}="${sbindir} ${base_libdir}"