crun: fixup backport breakage

do_configure_prepend was duplicated during the backport of

    bbed941 crun: fix offline builds

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-10-20 08:19:27 -04:00
parent 6990172643
commit 3415134f7d

View File

@ -30,7 +30,6 @@ DEPENDS += "libseccomp"
DEPENDS += "systemd"
DEPENDS += "oci-image-spec oci-runtime-spec"
do_configure_prepend () {
do_configure_prepend () {
# extracted from autogen.sh in crun source. This avoids
# git submodule fetching.