]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix packaging
authorTomas Frydrych <tf@openedhand.com>
Wed, 25 Oct 2006 15:52:00 +0000 (15:52 +0000)
committerTomas Frydrych <tf@openedhand.com>
Wed, 25 Oct 2006 15:52:00 +0000 (15:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 0e8486bab9ad188e19d821c2ff8e3d1f05de51f3..e4af4c1be46b161b150c740b58866fd5f181e7c9 100644 (file)
@@ -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}"