From 9cbf822bd6ebb4a462d353b18e992cd67547e08e Mon Sep 17 00:00:00 2001 From: jtimberman Date: Wed, 24 Feb 2016 11:02:16 -0700 Subject: [PATCH] build deps in a post studio world This commit adjusts the build deps for a few plans that didn't have binaries after we switched to studio for builds. --- plans/diffutils/plan.sh | 2 +- plans/libedit/plan.sh | 1 + plans/nginx/plan.sh | 2 +- plans/patch/plan.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plans/diffutils/plan.sh b/plans/diffutils/plan.sh index 049151369d..923da38403 100644 --- a/plans/diffutils/plan.sh +++ b/plans/diffutils/plan.sh @@ -6,7 +6,7 @@ pkg_license=('gplv3+') pkg_source=http://ftp.gnu.org/gnu/$pkg_name/${pkg_name}-${pkg_version}.tar.xz pkg_shasum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c pkg_deps=(chef/glibc) -pkg_build_deps=(chef/coreutils chef/diffutils chef/patch chef/make chef/gcc chef/sed) +pkg_build_deps=(chef/coreutils chef/patch chef/make chef/gcc chef/sed) pkg_binary_path=(bin) pkg_gpg_key=3853DA6B diff --git a/plans/libedit/plan.sh b/plans/libedit/plan.sh index 982aeed2bb..679f142f36 100644 --- a/plans/libedit/plan.sh +++ b/plans/libedit/plan.sh @@ -7,6 +7,7 @@ pkg_dirname=${pkg_name}-20150325-3.1 pkg_shasum=c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 pkg_gpg_key=3853DA6B pkg_deps=(chef/glibc chef/ncurses) +pkg_build_deps=(chef/gcc chef/make chef/coreutils) pkg_lib_dirs=(lib) pkg_include_dirs=(include) diff --git a/plans/nginx/plan.sh b/plans/nginx/plan.sh index c8a28700f2..cbe0418d79 100644 --- a/plans/nginx/plan.sh +++ b/plans/nginx/plan.sh @@ -7,12 +7,12 @@ pkg_source=http://nginx.org/download/nginx-1.8.0.tar.gz pkg_shasum=23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 pkg_gpg_key=3853DA6B pkg_deps=(chef/glibc chef/libedit chef/ncurses chef/zlib chef/bzip2 chef/openssl chef/pcre) +pkg_build_deps=(chef/gcc chef/make chef/coreutils) pkg_lib_dirs=(lib) pkg_binary_path=(sbin) pkg_include_dirs=(include) pkg_service_run="sbin/nginx" pkg_service_user="root" -pkg_docker_build="auto" pkg_expose=(80 443) do_build() { diff --git a/plans/patch/plan.sh b/plans/patch/plan.sh index 4c3cbe976e..9224547174 100644 --- a/plans/patch/plan.sh +++ b/plans/patch/plan.sh @@ -6,7 +6,7 @@ pkg_license=('gplv3+') pkg_source=http://ftp.gnu.org/gnu/$pkg_name/${pkg_name}-${pkg_version}.tar.xz pkg_shasum=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299 pkg_deps=(chef/glibc chef/attr) -pkg_build_deps=(chef/coreutils chef/diffutils chef/patch chef/make chef/gcc chef/sed) +pkg_build_deps=(chef/coreutils chef/diffutils chef/make chef/gcc chef/sed) pkg_binary_path=(bin) pkg_gpg_key=3853DA6B