summaryrefslogtreecommitdiff
path: root/package/dbus
AgeCommit message (Collapse)Author
2023-01-19weston: update to 11.0.0, update dependenciesWaldemar Brodkorb
2022-02-07goodbye systemd, never worked fully on a openadk emulator or device. Use ↵Waldemar Brodkorb
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices
2017-07-10dbus: update to 1.10.20Waldemar Brodkorb
2017-02-18dbus: update to 1.10.16Waldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-06-19dbus: fix startupWaldemar Brodkorb
2016-03-11dbus: update to latestWaldemar Brodkorb
2015-12-22dbus needs threadsWaldemar Brodkorb
2015-10-24dbus: update to latest stable versionWaldemar Brodkorb
2015-07-24update dbus to latest versionWaldemar Brodkorb
2015-05-26update dbus to latest versionWaldemar Brodkorb
2015-03-29update to latest upstream versionWaldemar 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-06update to latest upstream versionWaldemar 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-16update to latest upstream versionWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-01-21fix runtime dependencyWaldemar Brodkorb
2014-01-15fix xbmc youtube addon, now plays fine. python2-sqlite needed, and bios ↵Waldemar Brodkorb
param start_x=1
2014-01-14update dbusWaldemar 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-09-30fix some build errors for lemote yeelongWaldemar Brodkorb
2013-08-05add dbus-send and dbus-monitor to packageWaldemar Brodkorb
2013-08-05update to latest upstream version, add dbus python bindingsWaldemar Brodkorb
2012-03-12some minor changes and fixesWaldemar Brodkorb
2011-05-12enable for armWaldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-17add dependenciesWaldemar Brodkorb
2011-04-15finetune, generate UUID and enable X supportWaldemar Brodkorb
2011-04-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/mpfr/Makefile
2011-04-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh
2011-04-07explicitely enable dbus, fix a tmp pathWaldemar Brodkorb
2011-04-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-03update to latest upstream versionWaldemar Brodkorb
2011-04-02fix path to dbus-daemonWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2010-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
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-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.