On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock <[email protected]> wrote:
> +
> + # clean up extra libgomp files
> + if [[ "${RUNTIMETARGET}" =~ "libgomp" ]]; then
This seems bashism.
if could just check the valued of $d in the loop instead something like
> + rm -rf ${D}${datadir}/info/libgomp.info
> ${D}${datadir}/info/dir
> + rmdir --ignore-fail-on-non-empty -p
> ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude
> + rmdir --ignore-fail-on-non-empty -p ${D}${datadir}/info
> + fi
> +
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core