[oe] [RFC] package complete ${datadir} ${libdir} by default

Leon Woestenberg leon.woestenberg at gmail.com
Thu Oct 22 19:08:27 UTC 2009


Hello,

Why does FILES_${PN} have ${PN} after ${datadir} and ${libdir}?

I would propose to just package ${datadir} and ${libdir} as-is.
Or am I overlooking something?

All the recipes where ${PN} does not match the actual package name
currently need workarounds for this.

Regards,

Leon.


FILES_${PN}

    The base package, this includes everything needed to actually run
the application on the target system.

    FILES_${PN} = "\
        ${bindir}/* \
        ${sbindir}/* \
        ${libexecdir}/* \
        ${libdir}/lib*.so.* \
        ${sysconfdir} \
        ${sharedstatedir} \
        ${localstatedir} \
        /bin/* \
        /sbin/* \
        /lib/*.so* \
        ${datadir}/${PN} \
        ${libdir}/${PN}/* \
        ${datadir}/pixmaps \
        ${datadir}/applications \
        ${datadir}/idl \
        ${datadir}/omf \
        ${datadir}/sounds \
        ${libdir}/bonobo/servers"

-- 
Leon




More information about the Openembedded-devel mailing list