mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
7.6.0 -> 7.6.2
Remove unused patch:
0001-Add-initial-nios2-architecture-support.patch
(From OE-Core rev: 4471993aabd2be1ee56259a55c1e02ed49d504f2)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
626 B
BlitzBasic
22 lines
626 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}"
|
|
SRCBRANCH ?= "release-7_6"
|
|
|
|
SRCREV = "5ae4b4aeea2baf13752d07e3038c47f70f06dcac"
|
|
SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|