summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
commit1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch)
treee991341c204ba376ec4d8658d4c15c8e03a8d9eb
parent7666d6734558f2b8943c4df2543ee3f25d90c90e (diff)
ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR
-rw-r--r--package/autoconf/Makefile2
-rw-r--r--package/automake/Makefile2
-rw-r--r--package/bison/Makefile2
-rw-r--r--package/gettext-tiny/Makefile1
-rw-r--r--package/glib/Makefile3
-rw-r--r--package/libiconv-tiny/Makefile1
-rw-r--r--package/libtool/Makefile1
-rw-r--r--package/m4/Makefile1
-rw-r--r--package/yasm/Makefile1
9 files changed, 9 insertions, 5 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile
index 389c3efd5..6813142bb 100644
--- a/package/autoconf/Makefile
+++ b/package/autoconf/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 82d05e03b93e45f5a39b828dc9c6c29b
PKG_DESCR:= GNU autoconf
PKG_SECTION:= lang
-PKG_BUILDDEP:= m4-host
+PKG_BUILDDEP:= m4-host autoconf-host
PKG_URL:= http://www.gnu.org/software/autoconf/
PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/}
PKG_OPTS:= noscripts
diff --git a/package/automake/Makefile b/package/automake/Makefile
index 7c12ded6e..acc41cc8a 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -10,7 +10,7 @@ PKG_EXTRAVER:= 1.12
PKG_MD5SUM:= e620cb9e0259159341c0e0d6b712b67a
PKG_DESCR:= GNU automake
PKG_SECTION:= lang
-PKG_BUILDDEP:= autoconf-host
+PKG_BUILDDEP:= autoconf-host automake-host
PKG_URL:= http://www.gnu.org/software/automake/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}
PKG_OPTS:= noscripts
diff --git a/package/bison/Makefile b/package/bison/Makefile
index c6a8c3471..182e10310 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73
PKG_DESCR:= GNU parser generator
PKG_SECTION:= lang
-PKG_BUILDDEP:= flex-host
+PKG_BUILDDEP:= flex-host bison-host
PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}
diff --git a/package/gettext-tiny/Makefile b/package/gettext-tiny/Makefile
index 6a98b123f..71fdda509 100644
--- a/package/gettext-tiny/Makefile
+++ b/package/gettext-tiny/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 3af6fd8a9042603b61f634b1c6f49e7e
PKG_DESCR:= Gettext stub and replacement
PKG_SECTION:= libs
+PKG_BUILDDEP:= gettext-tiny-host
PKG_URL:= https://github.com/rofl0r/gettext-tiny
PKG_SITES:= http://ftp.barfooze.de/pub/sabotage/tarballs/
PKG_OPTS:= dev
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 87fd9d50a..842712601 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -11,8 +11,7 @@ PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e
PKG_DESCR:= low-level core library that forms the basis of GTK+
PKG_SECTION:= libs
PKG_DEPENDS:= libpthread
-PKG_BUILDDEP:= gettext-tiny-host gettext-tiny libiconv-tiny-host
-PKG_BUILDDEP:= libiconv-tiny glib-host zlib
+PKG_BUILDDEP:= gettext-tiny libiconv-tiny glib-host zlib
PKG_URL:= http://www.gtk.org/
PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/
PKG_NOPARALLEL:= 1
diff --git a/package/libiconv-tiny/Makefile b/package/libiconv-tiny/Makefile
index 3b88a24e1..d5da1049f 100644
--- a/package/libiconv-tiny/Makefile
+++ b/package/libiconv-tiny/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 4898b62aebc1614edab60bf1fe0ac661
PKG_DESCR:= iconv stub and replacement
PKG_SECTION:= libs
+PKG_BUILDDEP:= libiconv-tiny-host
PKG_URL:= http://www.openwrt.org/
PKG_SITES:= http://www.openadk.org/distfiles/
PKG_OPTS:= dev devonly
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index b2710ee63..adfd6f4cc 100644
--- a/package/libtool/Makefile
+++ b/package/libtool/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 3
PKG_MD5SUM:= d2f3b7d4627e69e13514a40e72a24d50
PKG_DESCR:= a generic dynamic object loading library
PKG_SECTION:= lang
+PKG_BUILDDEP:= libtool-host
PKG_URL:= http://www.gnu.org/software/libtool/
PKG_SITES:= ${MASTER_SITE_GNU:=libtool/}
PKG_LIBNAME:= libltdl
diff --git a/package/m4/Makefile b/package/m4/Makefile
index 2d6516d25..b4b25b6e3 100644
--- a/package/m4/Makefile
+++ b/package/m4/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= a5dfb4f2b7370e9d34293d23fd09b280
PKG_DESCR:= macro processor
PKG_SECTION:= lang
+PKG_BUILDDEP:= m4-host
PKG_URL:= http://www.gnu.org/software/m4/
PKG_SITES:= ${MASTER_SITE_GNU:=m4/}
diff --git a/package/yasm/Makefile b/package/yasm/Makefile
index 2e8f8ef01..bd9d7d716 100644
--- a/package/yasm/Makefile
+++ b/package/yasm/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 4cfc0686cf5350dd1305c4d905eb55a6
PKG_DESCR:= Modular Assembler Project
PKG_SECTION:= misc
+PKG_BUILDDEP:= yasm-host
PKG_URL:= http://www.tortall.net/projects/yasm/
PKG_SITES:= http://www.tortall.net/projects/yasm/releases/