diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 18d0c722..107e08b7 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -3,8 +3,8 @@ LICENSE = "GPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | 5 | ||
6 | SRCREV_crun = "858ff2f605983ed420b09fd716c9c8e0cee5c174" | 6 | SRCREV_crun = "f302dd8c02c6fddd2c50d1685d82b7a19aae8afe" |
7 | SRCREV_libocispec = "ece5f6aede6488396f9c84bc985df09f95204e1d" | 7 | SRCREV_libocispec = "c9b8b9524814550a489aa6d38b2dec95633ffa15" |
8 | SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693" | 8 | SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693" |
9 | SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476" | 9 | SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476" |
10 | 10 | ||
@@ -22,12 +22,16 @@ inherit autotools-brokensep pkgconfig | |||
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
24 | 24 | ||
25 | DEPENDS = "yajl libcap go-md2man-native" | 25 | DEPENDS = "yajl libcap go-md2man-native m4-native" |
26 | # TODO: is there a packageconfig to turn this off ? | 26 | # TODO: is there a packageconfig to turn this off ? |
27 | DEPENDS += "libseccomp" | 27 | DEPENDS += "libseccomp" |
28 | DEPENDS += "systemd" | 28 | DEPENDS += "systemd" |
29 | DEPENDS += "oci-image-spec oci-runtime-spec" | 29 | DEPENDS += "oci-image-spec oci-runtime-spec" |
30 | 30 | ||
31 | do_configure_prepend () { | ||
32 | ./autogen.sh | ||
33 | } | ||
34 | |||
31 | do_install() { | 35 | do_install() { |
32 | oe_runmake 'DESTDIR=${D}' install | 36 | oe_runmake 'DESTDIR=${D}' install |
33 | } | 37 | } |