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 /meta/packages | |
parent | 7877023130699d2776238656540731ce9afa0686 (diff) | |
download | poky-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/packages')
-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 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" | |||
2 | HOMEPAGE = "http://www.o-hand.com" | 2 | HOMEPAGE = "http://www.o-hand.com" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | PV = "0.9" | ||
7 | |||
6 | SRCDATE="20061026" | 8 | SRCDATE="20061026" |
7 | 9 | ||
8 | SRC_URI = \ | 10 | SRC_URI = \ |
@@ -37,5 +39,4 @@ do_install() { | |||
37 | install -m 644 ${S}/kernel/exmap${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/ | 39 | install -m 644 ${S}/kernel/exmap${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/ |
38 | } | 40 | } |
39 | 41 | ||
40 | PACKAGES = "exmap-console" | 42 | FILES_${PN}="${sbindir} ${base_libdir}" |
41 | FILES_exmap-console = "${sbindir}/ /lib/modules/${KERNEL_VERSION}/misc/" | ||