mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
libatomic-ops: Upgrade to 7.6.0
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>
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
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 \
|
|
||||||
"
|
|
||||||
|
|
||||||
SRC_URI = "\
|
|
||||||
http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-${PV}.tar.gz \
|
|
||||||
file://0001-Add-initial-nios2-architecture-support.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "426d804baae12c372967a6d183e25af2"
|
|
||||||
SRC_URI[sha256sum] = "bf210a600dd1becbf7936dd2914cf5f5d3356046904848dcfd27d0c8b12b6f8f"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/libatomic_ops-${PV}"
|
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
|
|
||||||
do_install_append() {
|
|
||||||
# those contain only docs, not necessary for now.
|
|
||||||
install -m 0755 -d ${D}${docdir}
|
|
||||||
mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${BPN}
|
|
||||||
}
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
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"
|
||||||
Reference in New Issue
Block a user