diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-29 20:28:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-29 20:28:27 +0100 |
commit | 685a829091d12a2b6e4e4e7fcce1722f9d013dbe (patch) | |
tree | de8446fee5b1fd898467d4e72ced2b2657e2deb1 | |
parent | d28c359e62878cad3e07a1d82d5fe395632b6e6f (diff) |
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
-rw-r--r-- | packages/hal/hal.inc | 2 | ||||
-rw-r--r-- | packages/hal/hal_0.5.11.bb | 2 |
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" |