diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-17 11:49:59 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-18 08:14:06 +0000 |
commit | 017697ae1521404b0addf6f3d25ce7985b94ca5c (patch) | |
tree | 8b7bbf522b4132a94ed4f822c7000e8a143ecdab /meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb | |
parent | cfafcc0d4fc937002a804e1eb262325771071d08 (diff) |
Remove outdated layers - meta-oem-extra-libs
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 <jsmoeller@linuxfoundation.org>
Change-Id: I65fee2a4fdca1ff97a7308c6d955a062c3830f62
Diffstat (limited to 'meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb')
-rw-r--r-- | meta-oem-extra-libs/recipes-devtools/bsdiff/bsdiff_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
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" |