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

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to