EXTRA_OEMAKE = "" DEPENDS += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}" RDEPENDS += "python-core" def python_dir(d): import os, bb staging_incdir = bb.data.getVar( "STAGING_INCDIR", d, 1 ) if os.path.exists( "%s/python2.3" % staging_incdir ): return "python2.3" if os.path.exists( "%s/python2.4" % staging_incdir ): return "python2.4" raise "No Python in STAGING_INCDIR. Forgot to build python-native ?" PYTHON_DIR = "${@python_dir(d)}" FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}" > index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/stress/.mtn2git_empty
hor 00 bb files.
AgeCommit message (Expand)AuthorFiles
Files
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
Rolf Leggewie1
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in db-4.3...John Bowler1
2005-10-25cyrus-sasl: fixed SRC_URI for 2.1.17, 2.1.18 versionsMarcin Juszkiewicz1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1