From: Grazvydas Ignotas Date: Sat, 2 Nov 2013 16:59:14 +0000 (+0200) Subject: pandora-libpnd: make eventmap a config file X-Git-Tag: sz_160~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da6bf392a80447da47229782636950f7fe0815f7;p=openpandora.oe.git pandora-libpnd: make eventmap a config file --- 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