Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8c1304128ca7caf612ffab271f56cdbfdf9a725)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8c1304128ca7caf612ffab271f56cdbfdf9a725)
  • Date: Thu, 13 Jul 2017 05:34:20 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/grub2/DEPENDS | 2 ++
disk/grub2/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit f8c1304128ca7caf612ffab271f56cdbfdf9a725
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Depends on bison and flex (found from fresh install)

diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 017ee69..d23127a 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -1,4 +1,6 @@
depends automake &&
+depends bison &&
+depends flex &&
depends gettext &&
depends gnupg &&
depends smgl-fhs &&
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 4b28ace..ffca956 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,6 @@
+2017-07-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on bison and flex (found from fresh install)
+
2017-04-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.02
* PRE_BUILD, glibc-2.16.patch, grub-2.00-freetype-2.5.1.patch: removed



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f8c1304128ca7caf612ffab271f56cdbfdf9a725), Eric Sandall, 07/13/2017

Archive powered by MHonArc 2.6.24.

Top of Page