summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/files
AgeCommit message (Expand)Author
2020-06-28python3-numpy: update 1.18.5 -> 1.19.0Alexander Kanavin
2020-04-29python3-numpy: update to 1.18.3Alexander Kanavin
2020-03-06python-numpy: convert shebang from python to python3Changqing Li
2019-12-04python-numpy: upgrade to 1.17.4Ross Burton
2019-10-31python3-numpy: Stop shipping manual config filesAdrian Bunk
2019-09-15python-numpy: fix build for libn32Chen Qi
2019-08-22python3-numpy: update to 1.17.0Alexander Kanavin
2019-04-16python-numpy: update to 1.16.2Alexander Kanavin
2018-03-20python-numpy: Fix build for riscv64Khem Raj
2018-03-09python-numpy: update to 1.14.1Alexander Kanavin
2017-09-01python-numpy, python3-numpy: Fix CVE-2017-12852Dengke Du
2017-08-11python-numpy: Upgrade to 1.13.1Khem Raj
2016-11-30python-numpy: Use MIPS MACHINE_OVERRIDES to reduce duplicationZubair Lutfullah Kakakhel
2016-08-07python-numpy: remove dangling patchStefan Müller-Klieser
2016-07-20python{3}-numpy: Predefine of sizeof off_t on mips/mipsel/ppcKhem Raj
2016-07-08meta: update patch metadataRoss Burton
2016-06-12python-numpy: Upgrade from 1.10.4 to 1.11.0Alejandro Hernandez
2016-06-01python-numpy: move recipe to own directoryAlexander Kanavin
e='dankm/cft-patchelf'>dankm/cft-patchelf OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gobject-introspection-data.bbclass
blob: b1bdd268e6536162e241414ee5f0b293082677f8 (plain)
1
2
3
4
5
6
7
8
9
# This variable is set to True if gobject-introspection-data is in
# DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise.
#
# It should be used in recipes to determine whether introspection data should be built,
# so that qemu use can be avoided when necessary.
GI_DATA_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', \
                      bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"