wlan-ng-utils: fix packaging issues
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 15 May 2007 08:19:31 +0000 (08:19 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 15 May 2007 08:19:31 +0000 (08:19 +0000)
* fix spelling mistake in package debug files
* while we're at it, package doc files
* Bump PR

packages/wlan-ng/wlan-ng-utils.inc
packages/wlan-ng/wlan-ng-utils_0.2.7.bb

index cc1ec92..fe00e16 100644 (file)
@@ -63,5 +63,6 @@ do_install() {
        install -m 0644 ${S}/man/*.1 ${D}${mandir}/man1/
 }
 
-FILES_${PN}_dbg += "/sbin/.debug/"
+FILES_${PN}-doc += "/usr/local/man"
+FILES_${PN}-dbg += "/sbin/.debug"
 FILES_${PN} = "/etc /sbin"
index da76ea3..0b6f33e 100644 (file)
@@ -3,3 +3,5 @@ require wlan-ng-utils.inc
 SRC_URI += "file://scripts-makefile-hostcc.patch;patch=1 \
        file://pcmciasrc.patch;patch=1 \
        file://hostldflags.patch;patch=1"
+
+PR = "r1"