summaryrefslogtreecommitdiffstats
path: root/recipes-containers/sloci-image/sloci-image-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/sloci-image/sloci-image-native_git.bb')
-rw-r--r--recipes-containers/sloci-image/sloci-image-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/sloci-image/sloci-image-native_git.bb b/recipes-containers/sloci-image/sloci-image-native_git.bb
index 56e8e0f1..d31983bd 100644
--- a/recipes-containers/sloci-image/sloci-image-native_git.bb
+++ b/recipes-containers/sloci-image/sloci-image-native_git.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image" 1SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://git/LICENSE;md5=948cd8e59069fad992b0469af9ad7966" 3LIC_FILES_CHKSUM = "file://git/LICENSE;md5=948cd8e59069fad992b0469af9ad7966"
4SRC_URI = "git://github.com/jirutka/sloci-image.git" 4SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master;protocol=https"
5 5
6DEPENDS = "" 6DEPENDS = ""
7 7