diff options
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb index 08976060..8f71649b 100644 --- a/recipes-containers/riddler/riddler_git.bb +++ b/recipes-containers/riddler/riddler_git.bb | |||
| @@ -3,7 +3,10 @@ SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" | 4 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/jfrazelle/riddler;branch=master" | 6 | SRC_URI = "git://github.com/jfrazelle/riddler;branch=master \ |
| 7 | file://0001-build-use-to-select-cross-compiler.patch \ | ||
| 8 | " | ||
| 9 | |||
| 7 | SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" | 10 | SRCREV = "23befa0b232877b5b502b828e24161d801bd67f6" |
| 8 | PV = "0.1.0+git${SRCPV}" | 11 | PV = "0.1.0+git${SRCPV}" |
| 9 | GO_IMPORT = "import" | 12 | GO_IMPORT = "import" |
