summaryrefslogtreecommitdiff
path: root/package/nspr
AgeCommit message (Collapse)Author
2016-11-10nspr: updateWaldemar Brodkorb
2016-03-13nspr: update to latest stable versionWaldemar Brodkorb
2015-10-23nspr: update to latestWaldemar 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-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-19update to latest upstreamWaldemar Brodkorb
2014-06-17fix broken buildWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-20update to latest upstreamWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-02-19readd required patchWaldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-06update and fix buildWaldemar Brodkorb
2014-01-04update firefox and dependenciesWaldemar Brodkorb
2013-10-21fix musl compile, patch from alpinelinuxWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-11add latest version of firefox, update dependencies and fix nss package to ↵Waldemar Brodkorb
include all necessary libraries for https support, tested only in qemu-i686 glibc for now
2013-03-06remove gui, not cross-compilable because of gobject-introspectionWaldemar Brodkorb
2013-03-04fix pacemaker and pacemaker-mgmt buildWaldemar Brodkorb
2013-02-04update to latest upstream versionWaldemar Brodkorb
2012-10-05really update nssWaldemar Brodkorb
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-02-16this variable is used in common context now.Waldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-10-14update to latest upstreamWaldemar Brodkorb
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-02-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/nspr/Makefile
2010-02-15set osWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-19fix allmodconfig for foxboardwaldemar brodkorb
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-11-20fix more uclibc bulk build errors and add sfdisk/partedWaldemar Brodkorb
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit