From a56515855bccf067ad2c11cad94aac8bc95e3738 Mon Sep 17 00:00:00 2001 From: dacook Date: Thu, 17 Dec 2009 08:53:08 -0700 Subject: [PATCH] GPG source Add source tarball handling for GPG support. --- gen_funcs.sh | 2 +- genkernel.conf | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gen_funcs.sh b/gen_funcs.sh index cfb9d6b..6af595e 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -498,7 +498,7 @@ set_config_with_override() { } check_distfiles() { - for i in $BUSYBOX_SRCTAR $DEVICE_MAPPER_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR + for i in $BUSYBOX_SRCTAR $DEVICE_MAPPER_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR do if [ ! -f "${i}" ] then diff --git a/genkernel.conf b/genkernel.conf index 66e22b4..e492936 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -190,3 +190,8 @@ UNIONFS_FUSE_VER="VERSION_UNIONFS_FUSE" UNIONFS_FUSE_DIR="unionfs-fuse-${UNIONFS_FUSE_VER}" UNIONFS_FUSE_SRCTAR="${DISTDIR}/unionfs-fuse-${UNIONFS_FUSE_VER}.tar.bz2" UNIONFS_FUSE_BINCACHE="%%CACHE%%/unionfs-fuse-${UNIONFS_FUSE_VER}-%%ARCH%%.bz2" + +GPG_VER="VERSION_GPG" +GPG_DIR="gnupg-${GPG_VER}" +GPG_SRCTAR="${DISTDIR}/gnupg-${GPG_VER}.tar.bz2" +GPG_BINCACHE="%%CACHE%%/gnupg-${GPG_VER}-%%ARCH%%.bz2" -- 2.26.2