fix packaging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@821 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2006-10-25 15:52:00 +00:00
parent 7877023130
commit 77213cacd2

View 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}"