diff options
-rw-r--r-- | build | 3 | ||||
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | config | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | linux-libre-3.2.7.tar.bz2 (renamed from linux-3.2.7-libre.tar.bz2) | bin | 75585385 -> 75585385 bytes | |||
-rw-r--r-- | linux-libre-headers.pkg/control | 4 | ||||
-rw-r--r-- | linux-libre.pkg/control | 4 |
7 files changed, 13 insertions, 9 deletions
@@ -3,8 +3,7 @@ linux-libre linux-libre-headers: linux-libre.buildstamp .SILENT: linux-libre.buildstamp -gettext.buildstamp: - opkbuild +linux-libre.buildstamp: oh-installfiles linux-libre linux-libre-headers oh-gencontrol linux-libre linux-libre-headers oh-buildopk linux-libre linux-libre-headers @@ -1,2 +1,7 @@ Linux-Libre (3.2.7) - * Initial Release + * Fixed control files in *.pkg to change architecture to any + * Fixed config file + * Fixed "gettext" in build file + * Fixed build file to not recursively call itself + * Initial Release + -- Kurt Meyer <kem2@njit.edu> Thu, 26 Apr 2012 15:38:07 -0400 @@ -1 +1 @@ -buildtime /usr/share/config/arm/linux-libre/.config . +buildtime .config src @@ -1,4 +1,4 @@ -Source: linux-libre-3.2.7 +Source: linux-libre Version: 3.2.7 Maintainer: "Kurt Meyer" <kem2@njit.edu> Build-Depends: gcc, make diff --git a/linux-3.2.7-libre.tar.bz2 b/linux-libre-3.2.7.tar.bz2 Binary files differindex d02dd56..d02dd56 100644 --- a/linux-3.2.7-libre.tar.bz2 +++ b/linux-libre-3.2.7.tar.bz2 diff --git a/linux-libre-headers.pkg/control b/linux-libre-headers.pkg/control index a0c8def..7bf4bcf 100644 --- a/linux-libre-headers.pkg/control +++ b/linux-libre-headers.pkg/control @@ -1,4 +1,4 @@ Package: linux-libre-headers -Architecture: all +Architecture: any-linux-any Depends: gcc, make -Description: More Blah Blah Blah +Description: This package contains all of the header files for Linux-Libre-3.2.7 diff --git a/linux-libre.pkg/control b/linux-libre.pkg/control index b92315d..ed49628 100644 --- a/linux-libre.pkg/control +++ b/linux-libre.pkg/control @@ -1,4 +1,4 @@ Package: linux-libre -Architecture: all +Architecture: any-linux-any Depends: gcc, make -Description: Blah blah blah +Description: This package contains the install files for Linux-Libre |