mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
Can compile in thumb1 and thumb2 modes now AO_THUMB_GO_ARM, AO_THUMB_RESTORE_MODE are used to guard swp instructions Switch to github and use git for src_uri (From OE-Core rev: 5d66e34f4be7dacf71251aefd303eb0fb721738e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
579 B
BlitzBasic
21 lines
579 B
BlitzBasic
SUMMARY = "A library for atomic integer operations"
|
|
HOMEPAGE = "https://github.com/ivmai/libatomic_ops/"
|
|
SECTION = "optional"
|
|
PROVIDES += "libatomics-ops"
|
|
LICENSE = "GPLv2 & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \
|
|
"
|
|
PV .= "+git${SRCPV}"
|
|
|
|
SRCREV = "73c60c5ef1ed370111549ee5aab6d4020ba70ed4"
|
|
SRC_URI = "git://github.com/ivmai/libatomic_ops"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|