This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 45b0b91e76158419cc4045d2cb604987f60b3605 (commit) via fe8ecc26d2fbab81cca4dcfe96de3117a3f9fe75 (commit) from e2dbe078fed7500c39950e35012b6e997c40d1a9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 45b0b91e76158419cc4045d2cb604987f60b3605 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 11 16:02:34 2016 +0200
expect: fix toolchain build on arm.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit fe8ecc26d2fbab81cca4dcfe96de3117a3f9fe75 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 11 16:00:50 2016 +0200
core103: forgot to add the packages
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/96 => core/103}/filelists/curl | 0 config/rootfiles/{oldcore/100 => core/103}/filelists/diffutils | 0 config/rootfiles/{oldcore/66 => core/103}/filelists/gawk | 0 config/rootfiles/{oldcore/89 => core/103}/filelists/grep | 0 config/rootfiles/{oldcore/66 => core/103}/filelists/less | 0 config/rootfiles/core/103/filelists/procps | 1 + config/rootfiles/{oldcore/66 => core/103}/filelists/sdparm | 0 config/rootfiles/{oldcore/90 => core/103}/filelists/tzdata | 0 config/rootfiles/{oldcore/90 => core/103}/filelists/wpa_supplicant | 0 lfs/expect | 1 + 10 files changed, 2 insertions(+) copy config/rootfiles/{oldcore/96 => core/103}/filelists/curl (100%) copy config/rootfiles/{oldcore/100 => core/103}/filelists/diffutils (100%) copy config/rootfiles/{oldcore/66 => core/103}/filelists/gawk (100%) copy config/rootfiles/{oldcore/89 => core/103}/filelists/grep (100%) copy config/rootfiles/{oldcore/66 => core/103}/filelists/less (100%) create mode 120000 config/rootfiles/core/103/filelists/procps copy config/rootfiles/{oldcore/66 => core/103}/filelists/sdparm (100%) copy config/rootfiles/{oldcore/90 => core/103}/filelists/tzdata (100%) copy config/rootfiles/{oldcore/90 => core/103}/filelists/wpa_supplicant (100%)
Difference in files: diff --git a/config/rootfiles/core/103/filelists/curl b/config/rootfiles/core/103/filelists/curl new file mode 120000 index 0000000..4b84bef --- /dev/null +++ b/config/rootfiles/core/103/filelists/curl @@ -0,0 +1 @@ +../../../common/curl \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/diffutils b/config/rootfiles/core/103/filelists/diffutils new file mode 120000 index 0000000..a5c02f3 --- /dev/null +++ b/config/rootfiles/core/103/filelists/diffutils @@ -0,0 +1 @@ +../../../common/diffutils \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/gawk b/config/rootfiles/core/103/filelists/gawk new file mode 120000 index 0000000..a3bbe32 --- /dev/null +++ b/config/rootfiles/core/103/filelists/gawk @@ -0,0 +1 @@ +../../../common/gawk \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/grep b/config/rootfiles/core/103/filelists/grep new file mode 120000 index 0000000..ab5ef8b --- /dev/null +++ b/config/rootfiles/core/103/filelists/grep @@ -0,0 +1 @@ +../../../common/grep \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/less b/config/rootfiles/core/103/filelists/less new file mode 120000 index 0000000..65c0e07 --- /dev/null +++ b/config/rootfiles/core/103/filelists/less @@ -0,0 +1 @@ +../../../common/less \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/procps b/config/rootfiles/core/103/filelists/procps new file mode 120000 index 0000000..e17e8ed --- /dev/null +++ b/config/rootfiles/core/103/filelists/procps @@ -0,0 +1 @@ +../../../common/procps \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/sdparm b/config/rootfiles/core/103/filelists/sdparm new file mode 120000 index 0000000..86d9c24 --- /dev/null +++ b/config/rootfiles/core/103/filelists/sdparm @@ -0,0 +1 @@ +../../../common/sdparm \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/tzdata b/config/rootfiles/core/103/filelists/tzdata new file mode 120000 index 0000000..5a6e325 --- /dev/null +++ b/config/rootfiles/core/103/filelists/tzdata @@ -0,0 +1 @@ +../../../common/tzdata \ No newline at end of file diff --git a/config/rootfiles/core/103/filelists/wpa_supplicant b/config/rootfiles/core/103/filelists/wpa_supplicant new file mode 120000 index 0000000..1d04c03 --- /dev/null +++ b/config/rootfiles/core/103/filelists/wpa_supplicant @@ -0,0 +1 @@ +../../../common/wpa_supplicant \ No newline at end of file diff --git a/lfs/expect b/lfs/expect index 5e5c7a6..93d6fe6 100644 --- a/lfs/expect +++ b/lfs/expect @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/tools \ + --build=$(BUILDTARGET) \ --with-tcl=/tools/lib \ --with-tclinclude=/tools/include \ --with-x=no \
hooks/post-receive -- IPFire 2.x development tree