mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 12:49:33 +02:00
gptfdisk: update to 1.0.3
(From OE-Core rev: 9f635de4fc6ce9d32d2298679d6afce745ca5d80) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa96678551
commit
62455dfb8a
26
meta/recipes-devtools/fdisk/gptfdisk_1.0.3.bb
Normal file
26
meta/recipes-devtools/fdisk/gptfdisk_1.0.3.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Utility for modifying GPT disk partitioning"
|
||||
DESCRIPTION = "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
DEPENDS = "util-linux popt ncurses"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "07b625a583b66c8c5840be5923f3e3fe"
|
||||
SRC_URI[sha256sum] = "89fd5aec35c409d610a36cb49c65b442058565ed84042f767bba614b8fc91b5c"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/"
|
||||
UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/"
|
||||
|
||||
EXTRA_OEMAKE = "'CC=${CC}' 'CXX=${CXX}'"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sbindir}
|
||||
install -m 0755 cgdisk ${D}${sbindir}
|
||||
install -m 0755 gdisk ${D}${sbindir}
|
||||
install -m 0755 sgdisk ${D}${sbindir}
|
||||
install -m 0755 fixparts ${D}${sbindir}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user