mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
nbd: upgrade 3.27.0 -> 3.27.1
Fixes nbd-client failing to find the device index when given a device name without the /dev/ prefix; also refactors nbd-client's argument parsing to be testable and adds a test for it. Upstream's 3.27.1 GitHub release carries no tarball assets (unlike 3.27.0), so switch SRC_URI to fetch via git protocol pinned at the nbd-3.27.1 tag's commit, consistent with OE's "no unstable GitHub archive tarball" QA policy. No patches involved. Build-verified with a full cleansstate rebuild. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "autoconf-archive bison-native glib-2.0 libnl zlib bison-native"
|
||||
|
||||
SRC_URI = "https://github.com/NetworkBlockDevice/${BPN}/releases/download/${BP}/${BP}.tar.xz \
|
||||
SRC_URI = "git://github.com/NetworkBlockDevice/${BPN}.git;branch=master;protocol=https \
|
||||
"
|
||||
SRC_URI[sha256sum] = "422a02adcdbab01c622307c6babeda5c84ca6c6f2d4e0b29936e6ae9b6a7662f"
|
||||
SRCREV = "f96f7fca3b37f4254c26c95f5c6c9dae70e030a1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user