summaryrefslogtreecommitdiff
path: root/classes/sanity.bbclass
AgeCommit message (Expand)AuthorFiles
2006-11-04sanity.bbclass: Show all errors in one error message (from poky). Also add de...Richard Purdie1
2006-10-13sanity.bbclass: improve error reporting for missing utilities. thanks nicholasMichael Lauer1
2006-10-12sanity.bbclass: loop over required utilitiesMichael Lauer1
2006-09-03classes/sanity.bbclass: Check for bzip2 in the path as wellHolger Freyther1
2006-07-15sanity.bbclass: relax the DISTRO check a bit, taking into account that some D...Michael Lauer1
2006-05-25sanity.bbclass: improve error message, check for cvs and svnMichael Lauer1
2006-05-21sanity.bbclass: make it work even when distutils is not availableMichael Lauer1
2006-04-30conf/bitbake.conf:Holger Freyther1
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks1
2006-04-07conf/sanity.conf:Holger Freyther1
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user misconfigurations...Richard Purdie1
S} ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os fi } PACKAGES = "\ ${PN} \ ${PN}-dev \ ${PN}-dbg \ " # All libgcc source is marked with the exception. # LICENSE_${PN} = "GPL-3.0-with-GCC-exception" LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" FILES_${PN}-dev = "\ ${base_libdir}/libgcc*.so \ ${@base_conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \ ${libdir}/${TARGET_SYS}/${BINV}* \ ${libdir}/${TARGET_ARCH}${TARGET_VENDOR}* \ " LIBGCCBUILDTREENAME = "gcc-build-internal-" do_package[depends] += "virtual/${MLPREFIX}libc:do_packagedata" do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata" do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata" INSANE_SKIP_${PN}-dev = "staticdev"