summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/riddler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
-rw-r--r--recipes-containers/riddler/riddler_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index 49e8aa01..a04cc3e2 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -2,7 +2,6 @@ HOMEPAGE = "https://github.com/jfrazelle/riddler"
2SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec." 2SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec."
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1"
5DEPENDS = "go-cross-${TARGET_ARCH}"
6 5
7SRC_URI = "git://github.com/jfrazelle/riddler;branch=master" 6SRC_URI = "git://github.com/jfrazelle/riddler;branch=master"
8SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" 7SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6"
@@ -11,6 +10,7 @@ PV = "0.1.0+git${SRCPV}"
11S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
12 11
13inherit go-osarchmap 12inherit go-osarchmap
13inherit go
14 14
15# This disables seccomp and apparmor, which are on by default in the 15# This disables seccomp and apparmor, which are on by default in the
16# go package. 16# go package.