meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-containers / docker-distribution / docker-distribution_git.bbappend
diff --git a/meta-starlingx/meta-stx-virt/recipes-containers/docker-distribution/docker-distribution_git.bbappend b/meta-starlingx/meta-stx-virt/recipes-containers/docker-distribution/docker-distribution_git.bbappend
deleted file mode 100644 (file)
index a693c2a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-PKG_NAME = "github.com/docker/distribution"
-
-SYSROOT_PREPROCESS_FUNCS += "docker_distribution_sysroot_preprocess"
-
-docker_distribution_sysroot_preprocess () {
-    install -d ${SYSROOT_DESTDIR}${prefix}/local/go/src/${PKG_NAME}
-    cp -r ${S} ${SYSROOT_DESTDIR}${prefix}/local/go/src/$(dirname ${PKG_NAME})
-}