summaryrefslogtreecommitdiffstats
path: root/recipes/vdr
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-01-05 12:02:49 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-01-05 12:02:49 +0100
commit59e22a032e4e2df0f471611a6de4d7f56b79216d (patch)
treef0459481e667d2de4cc94371e931050c4d572bcf /recipes/vdr
parent7e8d3b8bb1971c89c396b875ffa021f746caa32a (diff)
downloadopenembedded-59e22a032e4e2df0f471611a6de4d7f56b79216d.tar.gz
vdr: package /etc stuff too and bumped PR
Diffstat (limited to 'recipes/vdr')
-rw-r--r--recipes/vdr/vdr_1.7.10.bb4
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 49c907988e..b4cc5ce5c9 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/*"