An upstream change [1] is now requiring makedumpfile for all builds, but this older recipe no longer builds correctly. Remove it so that we fallback to the newer version supported in upstream.
[1] https://git.openembedded.org/openembedded-core/commit/?id=8534e6427622ec76e100b7d10ee11d180cf5980a Signed-off-by: Ryan Eatmon <[email protected]> --- .../makedumpfile/makedumpfile_1.5.0.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb diff --git a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb deleted file mode 100644 index 29e6c18d..00000000 --- a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Make dump file utility" -LICENSE = "GPL-2.0-only" - -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRC_URI = "http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.0/makedumpfile-${PV}.tar.gz;name=makedumpfile" - -SRC_URI[makedumpfile.md5sum] = "e22277d77752c71525a79eab148abf55" -SRC_URI[makedumpfile.sha256sum] = "8a771a22c6ba79dc505e55727f0cfd357ccb3c97defe21cefd5a67b64452fca7" - -DEPENDS = "zlib elfutils bzip2" - -EXTRA_OEMAKE = "TARGET=${TARGET_ARCH}" - -do_install() { - install -d ${D}${bindir}/ - install -c -m 755 ${S}/makedumpfile ${D}${bindir}/ -} -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15574): https://lists.yoctoproject.org/g/meta-arago/message/15574 Mute This Topic: https://lists.yoctoproject.org/mt/109027572/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
