diff options
| -rw-r--r-- | recipes-containers/crun/crun_git.bb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index dbc5c023..3243d4be 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
| @@ -4,15 +4,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | 5 | ||
| 6 | SRCREV_crun = "360f5d02c37d5f7a67d38622010228ae2eeb80f1" | 6 | SRCREV_crun = "360f5d02c37d5f7a67d38622010228ae2eeb80f1" |
| 7 | SRCREV_libocispec = "c9b8b9524814550a489aa6d38b2dec95633ffa15" | 7 | SRCREV_libocispec = "fb3c221d5849de9184f88b6929ce4a8c8fb55be9" |
| 8 | SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693" | 8 | SRCREV_ispec = "54a822e528b91c8db63b873ad56daf200a2e5e61" |
| 9 | SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476" | 9 | SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d" |
| 10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" | ||
| 10 | 11 | ||
| 11 | SRCREV_FORMAT = "crun_rspec" | 12 | SRCREV_FORMAT = "crun_rspec" |
| 12 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ | 13 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ |
| 13 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ | 14 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ |
| 14 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ | 15 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ |
| 15 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ | 16 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ |
| 17 | git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ | ||
| 16 | " | 18 | " |
| 17 | 19 | ||
| 18 | PV = "0.18+git${SRCREV_crun}" | 20 | PV = "0.18+git${SRCREV_crun}" |
| @@ -34,7 +36,10 @@ DEPENDS += "systemd" | |||
| 34 | DEPENDS += "oci-image-spec oci-runtime-spec" | 36 | DEPENDS += "oci-image-spec oci-runtime-spec" |
| 35 | 37 | ||
| 36 | do_configure:prepend () { | 38 | do_configure:prepend () { |
| 37 | ./autogen.sh | 39 | # extracted from autogen.sh in crun source. This avoids |
| 40 | # git submodule fetching. | ||
| 41 | mkdir -p m4 | ||
| 42 | autoreconf -fi | ||
| 38 | } | 43 | } |
| 39 | 44 | ||
| 40 | do_install() { | 45 | do_install() { |
