[oe-commits] Carsten Haitzler (Raster : palmt650-keyboard-modmap: fix package to include the right files

GIT User account git at amethyst.openembedded.net
Thu Feb 19 14:03:45 UTC 2009


Module: openembedded.git
Branch: raster
Commit: 74dffaf3b93cd72cb14f0abb6c4d9834f246db28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74dffaf3b93cd72cb14f0abb6c4d9834f246db28

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Sat Nov 15 14:50:16 2008 +1100

palmt650-keyboard-modmap: fix package to include the right files

wrong files included but somehow still worked! fixed.

---

 packages/palmt650/palmt650-keyboard-modmap.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/palmt650/palmt650-keyboard-modmap.bb b/packages/palmt650/palmt650-keyboard-modmap.bb
index dde7fb4..c005136 100644
--- a/packages/palmt650/palmt650-keyboard-modmap.bb
+++ b/packages/palmt650/palmt650-keyboard-modmap.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "A X keyboard modifier mapping for the Treo650"
 LICENSE = "GPL"
 PV = "0.0.3"
-PR = "r0.01"
+PR = "r0.02"
 
 SRC_URI = "\
   file://60xXmodmap \
@@ -19,5 +19,5 @@ do_install() {
 
 PACKAGE_ARCH = "all"
 
-FILES_${PN} += "${bindir}/* ${libdir}/lib*.so.*"
-FILES_${PN} += "/etc/X11/Xsession.d/80x-enlightenment-wakerd"
+FILES_${PN} += "/etc/X11/Xmodmap"
+FILES_${PN} += "/etc/X11/Xsession.d/60xXmodmap"





More information about the Openembedded-commits mailing list