[meta-arago][scarthgap][PATCH 07/10] makedumpfile: Remove outdated recipe
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
There is a newer version of this recipe in oe-core, this is no longer needed. 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 2b7002f5..00000000 --- a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "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