Skip to content

Commit

Permalink
dosfstools: switch back to release tarballs, update patches to the la…
Browse files Browse the repository at this point in the history
…test sent upstream

This fixes non applying patches on buildbots.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>

SVN-Revision: 44936
  • Loading branch information
Felix Fietkau committed Mar 22, 2015
1 parent 3c0ea6e commit 2234685
Show file tree
Hide file tree
Showing 16 changed files with 2,508 additions and 1,853 deletions.
7 changes: 3 additions & 4 deletions tools/dosfstools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ PKG_NAME:=dosfstools
PKG_VERSION:=3.0.27

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://github.com/dosfstools/dosfstools.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=266a5fc635135a9ffaa8683da1ec03aae1553b7b
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \
http://fossies.org/linux/misc
PKG_MD5SUM:=2e31e7bdf92998e41ed17de505a4a552

HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)

Expand Down
Loading

0 comments on commit 2234685

Please sign in to comment.