From: Hugo Villeneuve Date: Thu, 13 Aug 2015 19:17:18 +0000 (-0400) Subject: Add GDB X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=6bbd9033f8afd7f1e17a07b5517bb96f5d264c3d Add GDB --- diff --git a/config/packages-list b/config/packages-list index 1e0a4b4..d2e8bcd 100644 --- a/config/packages-list +++ b/config/packages-list @@ -111,7 +111,7 @@ GAWK="gawk-4.1.0" GCC="gcc-4.8.3" GCONF="GConf-3.2.6" GCR="gcr-3.14.0" -GDB="gdb-6.4" +GDB="gdb-7.9.1" GDBM="gdbm-1.11" GDK_PIXBUF="gdk-pixbuf-2.31.1" GEDA_GAF="geda-gaf-1.8.2" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 59d99f2..c57d161 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -102,6 +102,7 @@ ipkg -m pm ${PERL_MOD_XML_PARSER} # Grep alternative ipkg -m noac ${ACK} ipkg -m noac ${COLORDIFF} +ipkg ${GDB} "--with-system-readline" ipkg ${INTLTOOL} diff --git a/stage3/packages-update b/stage3/packages-update index 24d1024..0874231 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -86,6 +86,7 @@ fpkg -m pm -s "C/CH/CHORNY" ${PERL_MOD_XML_PARSER} # Utilities fpkg -m hv ${ACK} fpkg -e "tar.gz" ${COLORDIFF} "http://colordiff.sourceforge.net" +fpkg -m gnu ${GDB} fpkg -e "tar.gz" ${INTLTOOL} "http://launchpad.net/intltool/trunk/$(get_pkg_ver ${INTLTOOL})/+download"