[oe-commits] org.oe.dev ezxd: mark ezxd.conf as conffile to preser user changes

koen commit openembedded-commits at lists.openembedded.org
Tue Oct 30 00:37:55 UTC 2007


ezxd: mark ezxd.conf as conffile to preser user changes

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 05885b7cb838a8c4de98a8a18ab80eab2b9ec26f
ViewMTN: http://monotone.openembedded.org/revision/info/05885b7cb838a8c4de98a8a18ab80eab2b9ec26f
Files:
1
packages/ezx/ezxd_svn.bb
Diffs:

#
# mt diff -rcce20a79dcd6a77d5af020a286225aacbd172967 -r05885b7cb838a8c4de98a8a18ab80eab2b9ec26f
#
# 
# 
# patch "packages/ezx/ezxd_svn.bb"
#  from [4799fe4237a081c436a74620de1334f3e8d9cb4d]
#    to [04b108ecbf1292f3bd17572ff59680b8ad1cea67]
# 
============================================================
--- packages/ezx/ezxd_svn.bb	4799fe4237a081c436a74620de1334f3e8d9cb4d
+++ packages/ezx/ezxd_svn.bb	04b108ecbf1292f3bd17572ff59680b8ad1cea67
@@ -1,10 +1,10 @@ PV = "0.0+svnr${SRCREV}"
 DESCRIPTION = "Open implementation of motorola's tapisrv, replaces opentapi"
 LICENSE = "GPLv2"
 SECTION = "devel"
 AUTHOR = "Daniel Ribeiro"
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;proto=http \
            file://ezxd.init \
@@ -37,4 +37,5 @@ FILES_${PN} += "/dev"
 }
 
 FILES_${PN} += "/dev"
+CONFFILES_${PN} += "${sysconfdir}/ezxd.conf"
 






More information about the Openembedded-commits mailing list