[oe-commits] Khem Raj : bitbake.conf: Add udev rules into ${PN} files by default

git at git.openembedded.org git at git.openembedded.org
Fri Nov 2 16:19:01 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6cbc0c7bf3f35e18f0abd29e5a704fba55f88ab2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6cbc0c7bf3f35e18f0abd29e5a704fba55f88ab2

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct 30 23:45:47 2012 -0700

bitbake.conf: Add udev rules into ${PN} files by default

As we move to systemd, udev is not provided by systemd where the arch
independent files are stored in /lib and /usr/lib and not in
${base_libdir} and ${libdir} which means the files like udev rules
go into /lib/udev or /usr/lib/udev. This patch adds these paths
to be packaged into default ${PN} output package from a recipe

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9f4cb58..cf779a4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -275,6 +275,7 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS}
             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
             ${base_bindir}/* ${base_sbindir}/* \
             ${base_libdir}/*${SOLIBS} \
+            ${base_prefix}/lib/udev/rules.d ${prefix}/lib/udev/rules.d \
             ${datadir}/${BPN} ${libdir}/${BPN}/* \
             ${datadir}/pixmaps ${datadir}/applications \
             ${datadir}/idl ${datadir}/omf ${datadir}/sounds \





More information about the Openembedded-commits mailing list