From efe4bb828100c6f13f0f51dd756aa7ed321ed184 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Wed, 19 Mar 2014 20:40:46 +0100 Subject: implement recursive dependency resolution for host packages (but host and target packages have strictly disjunct dependency groups) --- package/bison/Makefile | 1 + package/scons/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'package') diff --git a/package/bison/Makefile b/package/bison/Makefile index ee268b641..02c3ca31f 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -10,6 +10,7 @@ PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang PKG_BUILDDEP:= m4-host flex-host bison-host +HOST_BUILDDEP:= m4-host flex-host PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} diff --git a/package/scons/Makefile b/package/scons/Makefile index 9e92c9917..d379eb8a4 100644 --- a/package/scons/Makefile +++ b/package/scons/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 083ce5624d6adcbdaf2526623f456ca9 PKG_DESCR:= a software construction tool PKG_SECTION:= lang -PKG_BUILDDEP:= bzip2-host python2-host +HOST_BUILDDEP:= bzip2-host python2-host PKG_URL:= http://www.scons.org PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=scons/} -- cgit v1.2.3