aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-i18n
AgeCommit message (Expand)Author
2010-12-15opie-lrelease-native: fix 1.2.5 recipe to use INC_PRPaul Eggleton
2010-12-15Opie: add checksums to 1.2.5 recipesPaul Eggleton
2010-12-15Opie: add checksums to 1.2.4 recipesPaul Eggleton
2010-12-14Opie: add version 1.2.5Paul Eggleton
2010-12-14Opie: switch recipes away from CVSPaul Eggleton
2010-12-14Opie: remove version 1.2.3 recipesPaul Eggleton
2010-10-19Build development versions of Opie from git instead of CVS.Paul Eggleton
2010-09-30opie-lrelease-native: Converted to new style stagingFahad Usman
2010-04-12opie: add OPIE_CVS_PV definition to cvs recipes using it for PV without inclu...Martin Jansa
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
option value='akuster/bind_update'>akuster/bind_update OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-collateral.inc
blob: aa871ac83db9de7d0ad99ca3ae686fe3f0d9b606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INHIBIT_DEFAULT_DEPS = "1"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
                     file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
HOMEPAGE = "http://www.gnu.org/software/libc/index.html"

# This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale
# will fail to find main glibc, for details see
# http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html
ARM_INSTRUCTION_SET_armv4 = "arm"
ARM_INSTRUCTION_SET_armv5 = "arm"

deltask do_fetch
deltask do_unpack
deltask do_patch
do_configure[noexec] = "1"
do_compile[noexec] = "1"

do_install[depends] += "virtual/${MLPREFIX}libc:do_stash_locale"

COMPATIBLE_HOST_libc-musl_class-target = "null"