summaryrefslogtreecommitdiff
path: root/package/openjdk7
AgeCommit message (Collapse)Author
2017-04-02openjdk7: update to 2.6.9Waldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-12openjdk7: simplify packageWaldemar Brodkorb
2016-01-01openjdk7: rt is required, install a working copy of nss.cfgWaldemar Brodkorb
2015-12-31fix some fallouts compiling openjdk7 for rpi2 on another buildserverWaldemar Brodkorb
2015-12-24openjdk7: update to latest stable versionWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-09-01fix building openjdk7BALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-08-30add CPPFLAGS to find X11 headers, fix linking when libc iconv is usedWaldemar Brodkorb
2015-07-01first step to rework iconv setupWaldemar Brodkorb
Add a choice to select libiconv, C library iconv or libiconv-tiny.
2015-07-01update gcc 4.8/4.9Waldemar Brodkorb
2015-05-16reduce openjdk build dependenciesWaldemar Brodkorb
2015-05-16set GCJ_VER correctlyWaldemar Brodkorb
2015-04-26update openjdk7 to latest, tested with x86/arm/mips/ppcWaldemar Brodkorb
2015-04-21rename gtk+ to libgtk2Waldemar Brodkorb
2015-02-02update to latest icedtea version. fix for missing zip/unzip. fix for locale ↵Waldemar Brodkorb
compile error
2015-01-15use unzip/zip from adkWaldemar Brodkorb
2015-01-13deactivate jamvm backend, not working, yet. add some host build dependenciesWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-07-25fix openjdk7 for uClibc-ng buildsWaldemar Brodkorb
2014-06-26update gcj to 4.8.3, add experimental jamvm backend for openjdkWaldemar Brodkorb
2014-06-23remove TOPDIR patchWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18add -liconv for uclibc buildWaldemar Brodkorb
2014-06-17fix openjdk7 build for glibcWaldemar Brodkorb
2014-06-17fix compiler flagsWaldemar Brodkorb
2014-06-16fix HOST_STYLE stuff, openjdk7 compile problems fixedWaldemar Brodkorb
2014-06-16remove libiconv-tiny dependency, use uclibc specific dependencyWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-06-04fix openjdk build, do not interfere with xbmcWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-17disable gcj use for target compileWaldemar Brodkorb
2014-05-15another round of openjdk7 build fixesWaldemar Brodkorb
2014-05-13fix openjdk build errors for arm targetWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-05-10set ARCH for HOST buildWaldemar Brodkorb
2014-05-10try to fix compile error when ARCH= is usedWaldemar Brodkorb
2014-05-06another dependencyWaldemar Brodkorb
2014-05-06fix build dependencyWaldemar Brodkorb
2014-05-05fix host builddepsWaldemar Brodkorb
2014-05-03fix problem when cups is not installed on the hostWaldemar Brodkorb
2014-05-02update to latest upstreamWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-03-02resolve merge conflictWaldemar Brodkorb
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-02-19use system libraries to make package smallerWaldemar Brodkorb
2014-02-16enable nssWaldemar Brodkorb