summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-29 20:28:27 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-29 20:28:27 +0100
commit685a829091d12a2b6e4e4e7fcce1722f9d013dbe (patch)
treede8446fee5b1fd898467d4e72ced2b2657e2deb1 /packages
parentd28c359e62878cad3e07a1d82d5fe395632b6e6f (diff)
downloadopenembedded-685a829091d12a2b6e4e4e7fcce1722f9d013dbe.tar.gz
hal, fix packaging:
NOTE: the following files were installed but not shipped in any package: NOTE: /usr/bin/hal-disable-polling NOTE: /usr/bin/hal-setup-keymap
Diffstat (limited to 'packages')
-rw-r--r--packages/hal/hal.inc2
-rw-r--r--packages/hal/hal_0.5.11.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/hal/hal.inc b/packages/hal/hal.inc
index 98d02d5a2b..f8ef0e4398 100644
--- a/packages/hal/hal.inc
+++ b/packages/hal/hal.inc
@@ -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 \
diff --git a/packages/hal/hal_0.5.11.bb b/packages/hal/hal_0.5.11.bb
index f51f6b0343..419cf059cf 100644
--- a/packages/hal/hal_0.5.11.bb
+++ b/packages/hal/hal_0.5.11.bb
@@ -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"