mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
parted: update to version 3.1
* Supports disks > 2TB [RP:Add in missing delta of fixed in subsequent version] (From OE-Core rev: daa6d80d902cb35af1b3f3f1e9e55cb944eb2de0) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e3a848699e
commit
5259a706ec
@@ -1,24 +1,43 @@
|
|||||||
Upstream-Status: Submitted [bug-parted@gnu.org]
|
Upstream-Status: Accepted [Expected to be included in parted versions > 3.1]
|
||||||
|
Upstream-URL: http://git.savannah.gnu.org/cgit/gnulib.git/patch/?id=cbc11ff0020eb9c04caea6b3e7dc4e4281dff1f9
|
||||||
|
|
||||||
Initialize (version-)prefix to prevent inheritance from
|
From cbc11ff0020eb9c04caea6b3e7dc4e4281dff1f9 Mon Sep 17 00:00:00 2001
|
||||||
the build environment during autoreconf.
|
From: Andreas Oberritter <obi@opendreambox.org>
|
||||||
|
Date: Sun, 18 Mar 2012 17:39:14 +0000
|
||||||
|
Subject: git-version-gen: don't let "prefix" envvar cause trouble
|
||||||
|
|
||||||
| sed: -e expression #1, char 9: unknown option to `s'
|
* build-aux/git-version-gen (prefix): Initialize properly,
|
||||||
| configure.ac:55: error: AC_INIT should be called with package and version arguments
|
so as not to use a value specified via the environment.
|
||||||
| aclocal.m4:594: AM_INIT_AUTOMAKE is expanded from...
|
Details here: http://thread.gmane.org/gmane.comp.gnu.parted.bugs/10810
|
||||||
| configure.ac:55: the top level
|
---
|
||||||
| autom4te: /usr/bin/m4 failed with exit status: 1
|
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
|
||||||
|
index d5542a2..0fa9063 100755
|
||||||
|
--- a/build-aux/git-version-gen
|
||||||
|
+++ b/build-aux/git-version-gen
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Print a version string.
|
||||||
|
-scriptversion=2012-01-06.07; # UTC
|
||||||
|
+scriptversion=2012-03-18.17; # UTC
|
||||||
|
|
||||||
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
|
# Copyright (C) 2007-2012 Free Software Foundation, Inc.
|
||||||
|
#
|
||||||
--- parted-3.1/build-aux/git-version-gen.orig 2012-03-15 13:51:38.911841912 +0100
|
@@ -92,6 +92,8 @@ Options:
|
||||||
+++ parted-3.1/build-aux/git-version-gen 2012-03-15 13:51:50.171841800 +0100
|
|
||||||
@@ -92,6 +92,8 @@
|
|
||||||
|
|
||||||
Running without arguments will suffice in most cases."
|
Running without arguments will suffice in most cases."
|
||||||
|
|
||||||
+prefix="v"
|
+prefix=v
|
||||||
+
|
+
|
||||||
while test $# -gt 0; do
|
while test $# -gt 0; do
|
||||||
case $1 in
|
case $1 in
|
||||||
--help) echo "$usage"; exit 0;;
|
--help) echo "$usage"; exit 0;;
|
||||||
|
@@ -120,7 +122,6 @@ if test -z "$tarball_version_file"; then
|
||||||
|
fi
|
||||||
|
|
||||||
|
tag_sed_script="${tag_sed_script:-s/x/x/}"
|
||||||
|
-prefix="${prefix:-v}"
|
||||||
|
|
||||||
|
nl='
|
||||||
|
'
|
||||||
|
--
|
||||||
|
cgit v0.9.0.2
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
|
|||||||
LICENSE = "GPLv3+"
|
LICENSE = "GPLv3+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
DEPENDS = "readline e2fsprogs"
|
DEPENDS = "ncurses readline util-linux"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
|
SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
|
||||||
|
|||||||
Reference in New Issue
Block a user