[oe-commits] Henning Heinold : vdr: package /etc stuff too and bumped PR

git version control git at git.openembedded.org
Tue Jan 5 11:22:56 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Jan  5 12:02:49 2010 +0100

vdr: package /etc stuff too and bumped PR

---

 recipes/vdr/vdr_1.7.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/vdr/vdr_1.7.10.bb b/recipes/vdr/vdr_1.7.10.bb
index 49c9079..b4cc5ce 100644
--- a/recipes/vdr/vdr_1.7.10.bb
+++ b/recipes/vdr/vdr_1.7.10.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program using
 AUTHOR = "Klaus Schmidinger"
 LICENSE = "GPLv2"
 HOMEPAGE = "http://www.tvdr.de"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
 
@@ -35,6 +35,6 @@ python populate_packages_prepend () {
         do_split_packages(d, plugindir, '^libvdr-(.*)\.so*', 'libvdr-%s', 'vdr plugin %s',  extra_depends='')
 }
 
-FILES_${PN} = "${bindir}/* /var/lib/vdr/conf/*"
+FILES_${PN} = "${bindir}/* /var/lib/vdr/conf/* ${sysconfdir}/*"
 FILES_${PN}-dbg += "${PLUGINDIR}/.debug/*"
 





More information about the Openembedded-commits mailing list