[oe-commits] Koen Kooi : hal, fix packaging:

GIT User account git at amethyst.openembedded.net
Thu Jan 29 19:32:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 685a829091d12a2b6e4e4e7fcce1722f9d013dbe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=685a829091d12a2b6e4e4e7fcce1722f9d013dbe

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 29 20:28:27 2009 +0100

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

---

 packages/hal/hal.inc       |    2 ++
 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 98d02d5..f8ef0e4 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 f51f6b0..419cf05 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"





More information about the Openembedded-commits mailing list