-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Could you please comment on why it’s needed to override certain default routines? Are these reported upstream already (if it’s still maintained)? |
Could you be a bit more specific, which routines are overriden needlessly? |
Because with the changes below it still seems to build fine.
In my opinion an install target belongs to good software. |
|
||
function mee_install() { | ||
for FILE in cgdisk fixparts gdisk sgdisk ; do | ||
install -D $FILE ${D}/usr/sbin/$FILE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don’t hardcode the paths.
SBINDIR=${EPREFIX}/sbin
The file below (with the needed changes in the install target) builds just fine for me.
|
So we have a nicer variant of the same thing (besides missing optimisation, which isn't that important for software that solely works with partition tables), so feel free to post your version. |
gptfdisk (GPT fdisk utilities) [1]: > GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts > programs) is a set of text-mode partitioning tools for using a GPT > (GUID Partition Table), rather than the traditional MBR (Master Boot > Record) partition tables. It features several partitioning tools, > recovery tools to help you deal with corrupt partition tables, and the > ability to convert MBR disks to GPT format. There is no install make target, so implement that manually. [1] https://sourceforge.net/projects/gptfdisk/ Improved-by: Paul Menzel <pmenzel@molgen.mpg.de>
a060ce5
to
610f7a3
Compare
@thomas, I fixed the bee file up, and accepted the merge request. Also, I installed it on deinemuddah. |
merci! |
No description provided.