From da6bf392a80447da47229782636950f7fe0815f7 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 2 Nov 2013 18:59:14 +0200 Subject: [PATCH] pandora-libpnd: make eventmap a config file --- recipes/pandora-system/pandora-libpnd.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 3a8e928..88dea64 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r69" +PR = "r70" PARALLEL_MAKE = "" @@ -104,3 +104,5 @@ FILES_${PN}-doc += "${libdir}/libpnd.txt " # Mop up remaining files. FILES_${PN} += "${bindir} ${sbindir} ${prefix}/pandora/*" + +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/eventmap -- 2.39.5