hal, fix packaging:
authorKoen Kooi <koen@openembedded.org>
Thu, 29 Jan 2009 19:28:27 +0000 (20:28 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 29 Jan 2009 19:28:27 +0000 (20:28 +0100)
NOTE: the following files were installed but not shipped in any package:
NOTE:   /usr/bin/hal-disable-polling
NOTE:   /usr/bin/hal-setup-keymap

packages/hal/hal.inc
packages/hal/hal_0.5.11.bb

index 98d02d5..f8ef0e4 100644 (file)
@@ -76,6 +76,8 @@ pkg_postrm_hal () {
 }
 
 FILES_${PN} = "${sysconfdir} \
+                ${bindir}/hal-disable-polling \
+                ${bindir}/hal-setup-keymap \
                 ${bindir}/lshal \
                 ${bindir}/hal-find-by-capability \
                 ${bindir}/hal-find-by-property \
index f51f6b0..419cf05 100644 (file)
@@ -1,6 +1,6 @@
 require hal.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += " file://hal-right-input-h.patch;patch=1 \
              file://fix-configure.diff;patch=1"