diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-10-30 23:45:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:30 +0000 |
commit | 4260403c658083aa49eb7a842edab59a76793c44 (patch) | |
tree | 5441b1f30d7513609a50f37d9de03d64f97c66fe /meta | |
parent | e48fe4ed7aca0f16becd17ec6cc1978a4031c111 (diff) | |
download | poky-4260403c658083aa49eb7a842edab59a76793c44.tar.gz |
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
(From OE-Core rev: 6cbc0c7bf3f35e18f0abd29e5a704fba55f88ab2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 9f4cb58458..cf779a4f3d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -275,6 +275,7 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} | |||
275 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 275 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
276 | ${base_bindir}/* ${base_sbindir}/* \ | 276 | ${base_bindir}/* ${base_sbindir}/* \ |
277 | ${base_libdir}/*${SOLIBS} \ | 277 | ${base_libdir}/*${SOLIBS} \ |
278 | ${base_prefix}/lib/udev/rules.d ${prefix}/lib/udev/rules.d \ | ||
278 | ${datadir}/${BPN} ${libdir}/${BPN}/* \ | 279 | ${datadir}/${BPN} ${libdir}/${BPN}/* \ |
279 | ${datadir}/pixmaps ${datadir}/applications \ | 280 | ${datadir}/pixmaps ${datadir}/applications \ |
280 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 281 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |