aboutsummaryrefslogtreecommitdiffstats
path: root/package/gdb
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-02-14 20:13:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-02-14 20:13:28 +0000
commit711637949b4788a00a528504c7480cb0e29ad1c7 (patch)
treeec94f51ee382f3231b99f97b52a9f16cffb25bc3 /package/gdb
parent25737507d9161dbdf0e5cae0d597c49584e599e4 (diff)
downloadupstream-711637949b4788a00a528504c7480cb0e29ad1c7.tar.gz
upstream-711637949b4788a00a528504c7480cb0e29ad1c7.tar.bz2
upstream-711637949b4788a00a528504c7480cb0e29ad1c7.zip
[package] gdb: use an updated 6.8a tarball
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 0c47a4c9e1..879ba3d1c8 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=6.8
+PKG_VERSION:=6.8a
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gdb
-PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
+PKG_MD5SUM:=da20d043e6729f74b909bd507bcae5c9
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-6.8
PKG_BUILD_PARALLEL:=0