From 017697ae1521404b0addf6f3d25ce7985b94ca5c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 17 Jun 2020 11:49:59 +0200 Subject: Remove outdated layers - meta-oem-extra-libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As announced in https://lists.automotivelinux.org/g/agl-dev-community/topic/73194818#8265 the layer is outdated and will be removed. Signed-off-by: Jan-Simon Möller Change-Id: I65fee2a4fdca1ff97a7308c6d955a062c3830f62 --- .../recipes-devtools/bsdiff/bsdiff_git.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb (limited to 'meta-oem-extra-libs/recipes-devtools') diff --git a/meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb b/meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb deleted file mode 100644 index 8eb72719..00000000 --- a/meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Binary delta tools and library" -HOMEPAGE = "https://github.com/clearlinux/bsdiff" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=0dbe7a50f028269750631fcbded3846a" - -SRC_URI = "git://github.com/clearlinux/bsdiff.git;protocol=https" - -PV = "1.0.1+git${SRCPV}" -SRCREV = "8c0a87b7c9eb5b22ed4e03a4eb42b32bd390df14" - -S = "${WORKDIR}/git" - -DEPENDS = "xz bzip2 zlib libcheck" - -inherit pkgconfig autotools - -EXTRA_OECONF = "--disable-tests" - -BBCLASSEXTEND = "native" -- cgit 1.2.3-korg