diff options
author | Tomas Frydrych <tf@openedhand.com> | 2006-10-25 15:52:00 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2006-10-25 15:52:00 +0000 |
commit | 77213cacd276c9ac69daa9ce14307ebf539f5351 (patch) | |
tree | e897d779236b0e3af2ea7121047551f184218fb9 | |
parent | 7877023130699d2776238656540731ce9afa0686 (diff) | |
download | ast2050-yocto-poky-77213cacd276c9ac69daa9ce14307ebf539f5351.zip ast2050-yocto-poky-77213cacd276c9ac69daa9ce14307ebf539f5351.tar.gz |
fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/exmap-console/exmap-console.bb | 7 |
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 0e8486b..e4af4c1 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}" |