Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (bd56c81a21eed8d975879af711b1830dadddc6dd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (bd56c81a21eed8d975879af711b1830dadddc6dd)
  • Date: Tue, 24 Jul 2007 00:28:02 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

utils/util-linux/DETAILS | 12 ++++++++++++
utils/util-linux/HISTORY | 4 ++++
utils/util-linux/PREPARE | 1 +
3 files changed, 17 insertions(+)

New commits:
commit bd56c81a21eed8d975879af711b1830dadddc6dd
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

util-linux fixed url got the wrong one

commit e72b6528ff952a0826348099b8f560861bbd3eb2
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

util-linux added util-linux-ng option for using 2.13

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 40d9892..5ebae99 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,9 +1,21 @@
SPELL=util-linux
+if [[ $UTIL_LINUX_NG == y ]]
+then
+ VERSION=2.13-rc2
+ SOURCE=$SPELL-ng-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sign
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-ng-$VERSION
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL-ng/v2.13/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+ SOURCE_GPG="kernel.gpg:$SOURCE2"
+ SOURCE2_IGNORE=signature
+else
VERSION=2.12r
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/$SOURCE
SOURCE_HASH=sha1:7c47454d66c41d89efa6fda68eb83255cff9e382
+fi
WEB_SITE=http://ftp.cwi.nl/aeb/util-linux/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 92947c0..63ee71e 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2007-07-23 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: added util-linux-ng testing options and fixed url
+ * PREPARE: question for choosing util-linux-ng
+
2007-07-12 Ethan Grammatikidis <eekee AT eekee.is-a-geek.org>
* BUILD, glibc-umount2.patch, glibc-fix.patch: Added from OE to
fix compile problems on arm. Applying patches regardless of
diff --git a/utils/util-linux/PREPARE b/utils/util-linux/PREPARE
new file mode 100755
index 0000000..66d7082
--- /dev/null
+++ b/utils/util-linux/PREPARE
@@ -0,0 +1 @@
+config_query UTIL_LINUX_NG "Do you want the testing version?" n



  • [SM-Commit] GIT changes to master grimoire by David Brown (bd56c81a21eed8d975879af711b1830dadddc6dd), David Brown, 07/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page