[oe-commits] org.oe.dev bitbake.conf: Fix base prefixes in FILES (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Mon Oct 29 16:16:32 UTC 2007


bitbake.conf: Fix base prefixes in FILES (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 225c85038363f06b572455d5534b080b097a8743
ViewMTN: http://monotone.openembedded.org/revision/info/225c85038363f06b572455d5534b080b097a8743
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -rdb4a82a6c70a0a9000ab90c2847cc81dc6dde040 -r225c85038363f06b572455d5534b080b097a8743
#
# 
# 
# patch "conf/bitbake.conf"
#  from [6df0d2b7bcca58c4de9720a64edd86592da8bfe9]
#    to [d589e921ec3e39ec329340ad9cbabd91136823ce]
# 
============================================================
--- conf/bitbake.conf	6df0d2b7bcca58c4de9720a64edd86592da8bfe9
+++ conf/bitbake.conf	d589e921ec3e39ec329340ad9cbabd91136823ce
@@ -115,7 +115,7 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* 
 
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
-            /bin/* /sbin/* /lib/*.so* ${datadir}/${PN} ${libdir}/${PN}/* \
+            ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} ${libdir}/${PN}/* \
             ${datadir}/pixmaps ${datadir}/applications \
             ${datadir}/idl ${datadir}/omf ${datadir}/sounds \
             ${libdir}/bonobo/servers"
@@ -126,13 +126,13 @@ FILES_${PN}-dev = "${includedir} ${libdi
 
 FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \
                 ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \
-                /lib/*.a /lib/*.o ${datadir}/aclocal"
+                ${base_libdir}/*.a ${base_libdir}/*.o ${datadir}/aclocal"
 SECTION_${PN}-dev = "devel"
 ALLOW_EMPTY_${PN}-dev = "1"
 RDEPENDS_${PN}-dev = "${@['', '${PN} (>= ${PV})'][packaged(bb.data.getVar('PN', d, 1), d) == True]}"
 
 FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \
-            /bin/.debug /sbin/.debug /lib/.debug ${libdir}/${PN}/.debug \
+            ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${PN}/.debug \
             ${libdir}/matchbox-panel/.debug"
 SECTION_${PN}-dbg = "devel"
 ALLOW_EMPTY_${PN}-dbg = "1"






More information about the Openembedded-commits mailing list