summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-04 15:38:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-04 15:38:46 +0200
commit75ea54a673167c1b27f1e0946c4288ab54c98431 (patch)
tree2bed225c6262878a1c71d997e2aaab7436a0d9de /package
parent0b3d04056743af9729887a617881a3649378d6ee (diff)
fix lemote boot, update parted
Diffstat (limited to 'package')
-rw-r--r--package/cryptsetup/Makefile2
-rw-r--r--package/parted/Makefile8
2 files changed, 6 insertions, 4 deletions
diff --git a/package/cryptsetup/Makefile b/package/cryptsetup/Makefile
index 477076411..d0dd12b21 100644
--- a/package/cryptsetup/Makefile
+++ b/package/cryptsetup/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= LUKS cryptsetup tools
PKG_SECTION:= crypto
PKG_DEPENDS:= libgcrypt device-mapper libuuid libpopt
PKG_DEPENDS+= kmod-dm-crypt kmod-crypto-aes kmod-crypto-cbc
-PKG_DEPENDS+= kmod-crypto-sha256 kmod-blk-dev-dm
+PKG_DEPENDS+= kmod-crypto-sha256 kmod-blk-dev-dm libgcc
PKG_BUILDDEP:= libgcrypt popt e2fsprogs lvm
PKG_URL:= http://cryptsetup.googlecode.com/
PKG_SITES:= http://cryptsetup.googlecode.com/files/
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 7ec4ed9ff..05f56bc65 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -4,16 +4,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= parted
-PKG_VERSION:= 3.0
+PKG_VERSION:= 3.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= a94e84a9b9944715c4453f82ccc639bf
+PKG_MD5SUM:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
PKG_DESCR:= partition table editor
PKG_SECTION:= fs
-PKG_DEPENDS:= libuuid libreadline libpthread
+PKG_DEPENDS:= libuuid libreadline libpthread libgcc
PKG_BUILDDEP:= util-linux readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}
+DISTFILES:= ${PKG_NAME}-$(PKG_VERSION).tar.xz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PARTED,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))