fix(loopback-bind-127001): override src_get/src_unpack for source-less build step

This commit is contained in:
vxtls 2026-03-17 13:08:02 -04:00
parent 8917b7ba3d
commit 81815f3695

View file

@ -1,5 +1,10 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_get() { :; }
src_unpack() {
mkdir -p loopback-bind-127001
}
src_prepare() {
default
}