# Cross packages are built indirectly via dependency, # no need for them to be a direct target of 'world' EXCLUDE_FROM_WORLD = "1" PACKAGES = "" # Save PACKAGE_ARCH before changing HOST_ARCH OLD_PACKAGE_ARCH := ${PACKAGE_ARCH} PACKAGE_ARCH = ${OLD_PACKAGE_ARCH} HOST_ARCH = "${BUILD_ARCH}" HOST_VENDOR = "${BUILD_VENDOR}" HOST_OS = "${BUILD_OS}" HOST_PREFIX = "${BUILD_PREFIX}" HOST_CC_ARCH = "${BUILD_CC_ARCH}" CPPFLAGS = "${BUILD_CPPFLAGS}" CFLAGS = "${BUILD_CFLAGS}" CXXFLAGS = "${BUILD_CFLAGS}" LDFLAGS = "${BUILD_LDFLAGS}" LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " # Overrides for paths # Path prefixes base_prefix = "${exec_prefix}" prefix = "${CROSS_DIR}" exec_prefix = "${prefix}" # Base paths base_bindir = "${base_prefix}/bin" base_sbindir = "${base_prefix}/bin" base_libdir = "${base_prefix}/lib" # Architecture independent paths datadir = "${prefix}/share" sysconfdir = "${prefix}/etc" sharedstatedir = "${prefix}/com" localstatedir = "${prefix}/var" infodir = "${datadir}/info" mandir = "${datadir}/man" docdir = "${datadir}/doc" servicedir = "${prefix}/srv" # Architecture dependent paths bindir = "${exec_prefix}/bin" sbindir = "${exec_prefix}/bin" libexecdir = "${exec_prefix}/libexec" libdir = "${exec_prefix}/lib" includedir = "${exec_prefix}/include" oldincludedir = "${exec_prefix}/include" do_stage () { oe_runmake install } do_install () { : } on> Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/classes/binconfig.bbclass
AgeCommit message (Expand)AuthorFiles
2014-02-08binconfig: mangle ${base_libdir}Ross Burton1
2013-03-18binconfig: Handle the case where ${B} != ${S}Richard Purdie1
2012-12-06classes/binconfig.bbclass: Allow packages to add sed expressionsHolger Freyther1
2012-06-19binconfig: add *-config files to the -dev packageSaul Wold1
2011-06-01binconfig: improve handling of empty prefixesPhil Blundell1
2011-01-21staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu1
2009-11-13classes: Remove and sanitise import statementsRichard Purdie1
2009-11-13binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie1
2009-11-13binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCSRichard Purdie1
2009-09-17Remove layout_* variablesRichard Purdie1
2009-08-12binconfig.bbclass: Remove pointless inheritRichard Purdie1