mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
412 B
BlitzBasic
15 lines
412 B
BlitzBasic
SUMMARY = "Implementation of rpmatch(3) for musl libc."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329"
|
|
|
|
SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master"
|
|
|
|
PV = "1.0+git"
|
|
SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
|
|
|
|
# Upstream repo has not made releases/tags after 1.0
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
inherit autotools
|
|
|