diff options
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index e73c028a..5db9ed2f 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -24,7 +24,7 @@ python __anonymous() { | |||
| 24 | raise bb.parse.SkipRecipe(msg) | 24 | raise bb.parse.SkipRecipe(msg) |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a" | 27 | SRCREV = "b7ce1157b00af09f4a09e39b377aa3abff46ee05" |
| 28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
| 29 | git://github.com/containers/libpod.git;branch=master \ | 29 | git://github.com/containers/libpod.git;branch=master \ |
| 30 | " | 30 | " |
| @@ -36,15 +36,14 @@ GO_IMPORT = "import" | |||
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
| 38 | 38 | ||
| 39 | PV = "1.6.2+git${SRCREV}" | 39 | PV = "1.7.0+git${SRCREV}" |
| 40 | 40 | ||
| 41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
| 42 | 42 | ||
| 43 | PODMAN_PKG = "github.com/containers/libpod" | 43 | PODMAN_PKG = "github.com/containers/libpod" |
| 44 | BUILDTAGS ?= "seccomp varlink remoteclient \ | 44 | BUILDTAGS ?= "seccomp varlink \ |
| 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
| 46 | exclude_graphdriver_btrfs exclude_graphdriver_devicemapper \ | 46 | exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" |
| 47 | containers_image_ostree_stub" | ||
| 48 | 47 | ||
| 49 | # overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 | 48 | # overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 |
| 50 | export LDFLAGS="" | 49 | export LDFLAGS="" |
