diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:47:06 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
commit | a1e3f5c92cdee7c4259b7be643bd829ce7c1efa3 (patch) | |
tree | 68d37cfc3a217624bac01b859d5d36f81dff317c | |
parent | 67b237d9a98ada1e31a67a1f19ed39accac52953 (diff) | |
download | meta-virtualization-a1e3f5c92cdee7c4259b7be643bd829ce7c1efa3.tar.gz |
singularity: update for python3 support
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/singularity/singularity_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index e50052c2..a2653529 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
@@ -19,7 +19,7 @@ SRCREV = "e214d4ebf0a1274b1c63b095fd55ae61c7e92947" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | inherit pythonnative autotools-brokensep | 22 | inherit python3native autotools-brokensep |
23 | EXTRA_OECONF = "--prefix=/usr/local" | 23 | EXTRA_OECONF = "--prefix=/usr/local" |
24 | 24 | ||
25 | pkg_postinst_${PN}() { | 25 | pkg_postinst_${PN}() { |