1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:45:07 +03:00

qemu-host: need to remove whitespace at the end of PKG_MD5SUM

This commit is contained in:
David Kühling 2011-06-28 15:31:27 +02:00
parent bcb7b64c56
commit b44ea50159

View File

@ -14,7 +14,7 @@ PKG_NAME:=qemu-host
PKG_VERSION:=0.14.1
PKG_RELEASE:=1
PKG_SOURCE:=qemu-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640
PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qemu-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/qemu-$(PKG_VERSION)