summaryrefslogtreecommitdiff
path: root/classes/distutils-common-base.bbclass
blob: 9ca392b84a344c5e0f6e9b4ce70373b530fc9a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
EXTRA_OEMAKE = ""

export STAGING_INCDIR
export STAGING_LIBDIR

def python_dir(d):
	import os, bb
	staging_incdir = bb.data.getVar( "STAGING_INCDIR", d, 1 )
	for majmin in "2.6 2.5 2.4 2.3".split():
		if os.path.exists( "%s/python%s" % ( staging_incdir, majmin ) ): return "python%s" % majmin
	raise "No Python in STAGING_INCDIR. Forgot to build python-native ?"

PYTHON_DIR = "${@python_dir(d)}"

PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"

FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"

FILES_${PN}-dev += "\
  ${datadir}/pkgconfig \
  ${libdir}/pkgconfig \
  ${libdir}/${PYTHON_DIR}/site-packages/*.la \
"
FILES_${PN}-dbg = "\
  ${libdir}/${PYTHON_DIR}/site-packages/.debug \
  ${libdir}/${PYTHON_DIR}/site-packages/*/.debug \
  ${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug \
"
ded-core.git/commit/meta/recipes-graphics/freetype?h=thud&id=9d9f6ecbc664dd9598f22713a5d644b3621a5572'>freetype: Upgrade 2.6.5 -> 2.7Jussi Kukkonen1 2016-07-20recipes-graphics: Added native and nativesdk support for some librariesFelipe F. Tonello1 2016-07-20freetype: Upgrade 2.6.3 -> 2.6.5Jussi Kukkonen1 2016-05-19freetype: fix upstream checkMaxin B. John1 2016-02-21freetype: use autotools instead of a manual do_configureRoss Burton1 2016-02-11freetype: update 2.6.2 -> 2.6.3Andre McCurdy1 2016-02-11freetype: minor formatting improvementsAndre McCurdy1 2016-01-26freetype: update to 2.6.2Alexander Kanavin1 2016-01-11freetype: enable out-of-tree builds, and use host zlibRoss Burton2 2015-06-27freetype: Upgrade 2.5.5 -> 2.6Jussi Kukkonen1 2015-05-03freetype: Upgrade 2.5.4 -> 2.5.5Jussi Kukkonen1 2015-01-07freetype: upgrade to 2.5.4.Ross Burton1 2014-06-16binconfig-disabled: Add class and useRichard Purdie1 2014-06-06freetype: enable 64 bit file supportSaul Wold1 2014-05-15freetype: disable harfbuzzRoss Burton1 2014-05-13freetype: upgrade to 2.5.3Ross Burton1 2014-04-08freetype: fix multilib header conflict - ftconfig.hMing Liu1 2014-02-28autotools-brokensep: Mark recipes with broken separate build dir supportRichard Purdie1 2013-12-10freetype: upgrade to 2.5.2Ross Burton1 2013-12-05freetype: upgrade to 2.5.1Ross Burton1 2013-11-12freetype: upgrade to 2.5.0.1Ross Burton1 2013-10-30recipes: Remove PR = r0 from all recipesRichard Purdie1 2013-05-29freetype: update to upstream version 2.4.12Marko Lindqvist2 2012-12-31freetype: update to 2.4.11 which includes fixes for CVE-2012-{5668, 5669, 5670}Eren Türkay2 2012-12-25freetype: Update EXTRA_OECONF to use host gcc.Noor Ahsan1 2012-11-02recipes-graphics: replace virtclass-native(sdk) with class-native(sdk)Robert Yang1 2012-09-03freetype: upgrade to 2.4.10Constantin Musca2 2012-06-19freetype: clean up FILE after PACKAGE reorderSaul Wold1 2012-06-11freetype: upgrade to 2.4.9Laurentiu Palcu2 2012-01-02freetype: upgrade to 2.4.8Shane Wang2 2011-12-08OECore license fixes: meta/*Elizabeth Flanagan1 2011-09-19freetype: disable bzip2 compressed font supportPaul Eggleton1 2011-08-16freetype: upgrade from 2.4.4 to 2.4.6Dexuan Cui2 2011-05-12recpies: add Upstream-Status for multiple recipes' patchesDexuan Cui1 2011-01-28freetype: upgrade from 2.4.3 to 2.4.4Dexuan Cui2 2010-12-16recipes-graphics: Add SUMMARY and update DESCRIPTIONMark Hatle1 2010-12-09SRC_URI Checksums AdditionalsSaul Wold1 2010-11-24freetype: Update to version 2.4.3Saul Wold2 2010-08-27Major layout change to the packages directoryRichard Purdie2