[oe-commits] org.oe.dev xserver-kdrive-common: fix typo that prevented the files ending up in the packages

koen commit openembedded-commits at lists.openembedded.org
Fri Aug 10 11:12:43 UTC 2007


xserver-kdrive-common: fix typo that prevented the files ending up in the packages
* fixes the 'where did my /etc/X11/Xserver go' problem

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0cc65eef5dbf1dca9c8a3fecdf17a3f391b969ae
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0cc65eef5dbf1dca9c8a3fecdf17a3f391b969ae
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
Diffs:

#
# mt diff -r62ca77b45173a7ae7d8bf892b3645ea51f46ab6a -r0cc65eef5dbf1dca9c8a3fecdf17a3f391b969ae
#
# 
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb"
#  from [809cbe097eaad9b02cd18f06c813355b274c5d5a]
#    to [c83be1216b1a852eff7f8d4ec37b350cce95f3b0]
# 
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	809cbe097eaad9b02cd18f06c813355b274c5d5a
+++ packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	c83be1216b1a852eff7f8d4ec37b350cce95f3b0
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap libxrandr xdpy
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r16"
+PR = "r17"
 
 SRC_URI = "\
   file://Xdefaults \
@@ -33,7 +33,7 @@ do_install() {
 
 do_install() {
     install -d ${D}/${sysconfdir}/X11/Xsession.d
-    for i in ${etcfiles}; do
+    for i in ${etcFiles}; do
         install -m 0755 ${WORKDIR}/$i ${D}/${sysconfdir}/X11/
     done
     for i in ${sessionFiles}; do






More information about the Openembedded-commits mailing list