From: Grazvydas Ignotas Date: Sun, 8 May 2016 23:26:25 +0000 (+0300) Subject: hal: rm led and input .fdi files X-Git-Tag: sz_176~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8dd1c065f203e2c516684a1eb8abdb4d6ed301;p=openembedded.git hal: rm led and input .fdi files AFAIK those are not used by anything, they just spawn helper processes that sit there and eat memory hald-addon-generic-backlight is actually used by backlight widget though --- diff --git a/recipes/hal/hal_0.5.14+git.bb b/recipes/hal/hal_0.5.14+git.bb index 81e34d0bb8..8c0fa150b8 100644 --- a/recipes/hal/hal_0.5.14+git.bb +++ b/recipes/hal/hal_0.5.14+git.bb @@ -9,7 +9,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ SRCREV = "08e7d577151227199fc7c83a4a917ea1b922b14d" PV = "0.5.14" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" PR_append = "+gitr${SRCREV}" EXTRA_OECONF += " --with-cpufreq=no --with-omap=no" @@ -24,3 +24,8 @@ do_configure() { grep "linux\/input.h" | head -n 1 | awk -F '"' '{print $2}'` autotools_do_configure --with-linux-input-header=${linux_input_h} } + +do_install_append() { + rm -f ${D}/${datadir}/hal/fdi/policy/10osvendor/10-input-policy.fdi + rm -f ${D}/${datadir}/hal/fdi/policy/10osvendor/10-leds.fdi +}