mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert-srcuri script in scripts/contrib. (From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
731 B
BlitzBasic
23 lines
731 B
BlitzBasic
SUMMARY = "Asynchronous I/O library"
|
|
DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface"
|
|
HOMEPAGE = "http://lse.sourceforge.net/io/aio.html"
|
|
|
|
LICENSE = "LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
|
|
|
|
SRC_URI = "git://pagure.io/libaio.git;protocol=https;branch=master \
|
|
file://00_arches.patch \
|
|
file://libaio_fix_for_mips_syscalls.patch \
|
|
file://system-linkage.patch \
|
|
"
|
|
SRCREV = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
|
|
|
|
do_install () {
|
|
oe_runmake install DESTDIR=${D}
|
|
}
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|