From: Henning Heinold Date: Tue, 5 Jan 2010 11:02:49 +0000 (+0100) Subject: vdr: package /etc stuff too and bumped PR X-Git-Tag: Release-2010-05/1~1031 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e22a032e4e2df0f471611a6de4d7f56b79216d;p=openembedded.git vdr: package /etc stuff too and bumped PR --- 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/*"