A gptfdisk recipe has been added to openembedded-core by commit 8c219e making this one unecessary.
Signed-off-by: Ioan-Adrian Ratiu <[email protected]> --- .../gptfdsik/files/fix-host-contamination.patch | 18 ------------- .../recipes-extended/gptfdsik/gptfdisk_0.8.10.bb | 31 ---------------------- 2 files changed, 49 deletions(-) delete mode 100644 meta-openstack/recipes-extended/gptfdsik/files/fix-host-contamination.patch delete mode 100644 meta-openstack/recipes-extended/gptfdsik/gptfdisk_0.8.10.bb diff --git a/meta-openstack/recipes-extended/gptfdsik/files/fix-host-contamination.patch b/meta-openstack/recipes-extended/gptfdsik/files/fix-host-contamination.patch deleted file mode 100644 index 8939cc1..0000000 --- a/meta-openstack/recipes-extended/gptfdsik/files/fix-host-contamination.patch +++ /dev/null @@ -1,18 +0,0 @@ -fix host contamination - -Make sure that the Makefile uses gcc cross -compiler from build system, but not use -the host gcc - -Signed-off-by: Vu Tran <[email protected]> - -diff --git a/Makefile b/Makefile -index 1ae018e..4c23b45 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,5 +1,3 @@ --CC=gcc --CXX=g++ - CFLAGS+=-D_FILE_OFFSET_BITS=64 - #CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16 - CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 diff --git a/meta-openstack/recipes-extended/gptfdsik/gptfdisk_0.8.10.bb b/meta-openstack/recipes-extended/gptfdsik/gptfdisk_0.8.10.bb deleted file mode 100644 index 67e3c14..0000000 --- a/meta-openstack/recipes-extended/gptfdsik/gptfdisk_0.8.10.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Disk partitioning tool for GUID Partition Table" -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." -SECTION = "console/utils" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -PR = "r0" - -SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz \ - file://fix-host-contamination.patch \ -" - -SRC_URI[md5sum] = "9cf4246c181c324bdbd553fe9b348373" -SRC_URI[sha256sum] = "73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b" - -do_install () { - install -d ${D}${sbindir} - install -m 755 ${S}/gdisk ${D}${sbindir}/ - install -m 755 ${S}/cgdisk ${D}${sbindir}/ - install -m 755 ${S}/sgdisk ${D}${sbindir}/ - install -m 755 ${S}/fixparts ${D}${sbindir}/ -} - -FILES_${PN} += "${sbindir}/* \ -" - -DEPENDS += "util-linux" -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
