[oe-commits] [openembedded-core] 01/26: bitbake.conf: add eudev's udevdir to FILES_${PN}

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 17:06:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e1b81a80760fc79612254804e429cab5228b1ab6
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Jul 21 02:03:30 2016 -0700

    bitbake.conf: add eudev's udevdir to FILES_${PN}
    
    * The eudev's udevdir can be ${base_libdir}/udev or ${libdir}/udev, it
      doesn't have to be hardcoded to /lib/udev, so add them FILES_${PN}.
    
    * Use /lib/udev rather than /lib/udev/rules.d for FILES_${PN} since
      there might be files in /lib/udev except subdir rules.d
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/conf/bitbake.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 359f787..34e9e3b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -284,7 +284,8 @@ 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 \
+            ${base_prefix}/lib/udev ${prefix}/lib/udev \
+            ${base_libdir}/udev ${libdir}/udev \
             ${datadir}/${BPN} ${libdir}/${BPN}/* \
             ${datadir}/pixmaps ${datadir}/applications \
             ${datadir}/idl ${datadir}/omf ${datadir}/sounds \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list