1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

use qstrip macro to strip quoted CONFIG_* strings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11832 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2008-07-14 23:24:58 +00:00
parent 79b04817d8
commit 01ed40ec23
3 changed files with 5 additions and 6 deletions

View File

@@ -7,8 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=binutils
PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
#"))
PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION))
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/binutils/ \
ftp://gatekeeper.dec.com/pub/GNU/ \