autotools.mk: Add PKG_LIBTOOL_PATHS variable.
[openwrt/svn-archive/archive.git] / include / package.mk
2009-11-23 Felix Fietkauhostapd: fix rebuild checks (#6210)
2009-10-17 Felix Fietkauadd experimental support for a new menuconfig submenu...
2009-08-31 Felix Fietkauadd support for build system overlays that alter packag...
2009-05-31 Ralph Hempel[package] add dist and distcheck target (to create...
2009-05-31 Ralph Hempel[package] add package source path override
2009-04-27 Nicolas Thilladd missing bits from [15451]
2009-04-27 Nicolas Thillintroduce a generic PKG_CONFIG_DEPENDS for packages...
2009-04-22 Felix Fietkauclean up automake/pkg-config handling, move separate...
2009-04-20 Felix Fietkaumove pkg config stuff to per-target exports to prevent...
2009-04-17 Felix Fietkauget rid of $Id$ - it has never helped us and it has...
2009-03-17 Felix Fietkauadd PKG_HOST_ONLY variable to prevent target builds
2009-03-17 Felix Fietkaumove host build in packages into a separate namespace...
2009-03-13 Felix Fietkaufix the target-local CONFIG_SITE export. apparently...
2009-03-12 Felix Fietkaumove the CONFIG_SITE export to target-local exports
2009-03-09 Felix Fietkauprepend $(STAGING_DIR)/host to the PATH only in target...
2009-02-22 Felix Fietkaufix the host vs native stampfile dependencies to improv...
2009-02-22 Felix Fietkauallow concurrent use of host-build.mk and package.mk...
2009-02-22 Felix Fietkaufix typo
2009-01-13 Felix Fietkauadd support for an optional staging directory for debug...
2009-01-08 Nicolas Thill[massive] add support for alternative C libraries ...
2008-10-08 Felix Fietkaufix inotify detection for linux 2.4 (fixes glib2 and...
2008-09-11 Lars-Peter Clausenoops, previous commit was broken. remove wrong line...
2008-09-11 Lars-Peter ClausenAdd InstallDev/(Pre|Post) hooks.
2008-09-03 Felix Fietkauadd default Build/Install template, which is activated...
2008-09-01 Felix Fietkauadd an extra build step Build/Install which allows...
2008-07-31 Felix Fietkauallow packages to forcibly disable the svn/git mirror...
2008-06-09 Felix Fietkaularge improvement for parallel builds. works without...
2008-02-14 Felix Fietkaurevert ARM to oabi by default, add some eabi patches...
2008-01-03 Felix Fietkaufix packages that use -f on other build system makefiles
2007-12-27 Andy Boyettexpunge find GNUism
2007-12-27 Felix Fietkauadd improved autotools fixups
2007-12-27 Felix Fietkauadd $(STAGING_DIR)/host, which contains target specific...
2007-12-25 Felix Fietkauclean up after staging packages
2007-12-25 Felix Fietkauadd automatic file tracking and uninstallation for...
2007-12-23 Felix Fietkauadd a second parameter to InstallDev/UninstallDev for...
2007-12-17 John Crispinfixed copy paste error
2007-11-20 Felix Fietkaufix build issues that happen when the staging dir is...
2007-11-16 Felix Fietkaubetter scope handling for the configured stamp
2007-10-31 Felix Fietkaufix default downloads from svn
2007-10-20 John Crispinrefreshed madwifi patches
2007-10-14 John CrispinDESCRIPTION:= is obselete, so complain if it is used...
2007-10-08 John Crispinchanged pkg_install_files so one can specify the folder...
2007-10-07 John Crispinadded a function, that packages can call to make instal...
2007-09-29 Felix Fietkaufixes for refresh/update handling
2007-09-29 Felix Fietkauadd a packaging method that installs files into a subdi...
2007-09-29 Felix FietkauRefactor downloading code into download.mk
2007-09-28 Felix Fietkauadd $(STAGING_DIR) as argument to the InstallDev templa...
2007-09-28 Felix Fietkausome minor fixes, cleanups, package build abstraction
2007-09-20 Felix Fietkaufix spontaneous rebuilds caused by make package/<name...
2007-09-06 Nicolas Thillremove uneeded stuff after python changes in [8639]
2007-09-03 Nicolas Thilltweak Build/Compile/PyMod: add CPPFLAGS, allow caller...
2007-09-03 Nicolas Thillprovide default PKG_BUILD_DIR for packages missing...
2007-09-01 Nicolas Thillfix .dep_files exclusion in rdep calls
2007-08-30 Felix Fietkauclean up recursive dependency handling, use timestamp...
2007-08-28 Florian FainelliAdd a PyMod template for python related modules
2007-08-24 Nicolas Thillreplace xargs commands with $(XARGS)
2007-08-22 Nicolas Thillrename libtool macros, revert [8461], make install...
2007-08-22 Florian FainelliMake the libtool fix more dynamic
2007-08-21 Nicolas Thilladd 2 helper macros to deal with libtool madness
2007-08-21 Nicolas Thillrename 'stampfiles' directory to 'stamp'
2007-08-07 Felix Fietkaubuild system cleanup/restructuring as described in...
2007-07-30 Felix Fietkaufix a rebuild bug related to quilt
2007-07-30 Felix Fietkauspeed up the prepare step a bit
2007-07-30 Felix Fietkaunext round of cleanup, convert target/ - make -j works...
2007-07-30 Felix Fietkaumore cleanup
2007-06-11 Felix Fietkauonly apply recursive deps if DUMP is unset
2007-06-03 Felix FietkauAdd quilt integration for packages
2007-05-10 Felix Fietkauimprove metadata scanning time
2007-05-09 Felix Fietkaufix recursive dependencies on build directories - shoul...
2007-04-26 Felix FietkauSmall bugfix for dependency handling - mostly for base...
2007-04-21 Felix Fietkauadd missing dependencies for autorebuild
2007-04-16 Felix Fietkauhide some junk in non-verbose mode
2007-04-15 Felix Fietkauclean up dependency handling for autorebuilds
2007-03-31 Felix Fietkaucall Build/Clean for clean: in package makefiles
2007-03-23 Felix Fietkaumake busybox autorebuild on relevant config changes
2007-03-16 Felix Fietkauadd a default for PKG_BUILD_DIR and PKG_INSTALL_DIR...
2007-03-16 Mike Bakerformatting and trivial cleanup
2007-03-15 Felix Fietkausplit package.mk and clean up build system code (based...
2007-03-02 Felix Fietkauadd EXTRA_CFLAGS variable support
2007-02-28 Felix Fietkaufix kexec-tools build
2007-02-26 Felix Fietkauremove old variables
2007-02-26 Felix Fietkaumove CXXFLAGS to MAKE_VARS
2007-02-26 Felix Fietkauadd MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*
2007-02-25 Felix Fietkaurename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency
2007-02-25 Felix Fietkaumove configure args to CONFIGURE_ARGS and configure...
2007-02-16 Felix Fietkauwhen building a package, make sure that older versions...
2007-02-01 Nicolas Thilldisambiguate PKG_CONFIG_PATH, it is used for pkgconfig...
2007-01-22 Nicolas Thillcosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
2007-01-21 Felix Fietkaupass the CFLAGS through the environment on compile...
2007-01-20 Felix Fietkauclean up package rebuild messages
2007-01-14 Felix Fietkauinclude section name in the package metadata
2007-01-13 Felix Fietkauadd maintainer to package metadata
2007-01-12 Felix FietkauFix the annoying base-files autorebuild bug.
2006-12-17 Nicolas Thillprevent pkg-config from looking for .pc files on the...
2006-12-08 Felix Fietkauallow package directories to override the path to configure
2006-11-30 Felix Fietkaubuild all packages in a package directory by default...
2006-11-27 Felix Fietkaufix collecting package metadata on freebsd
2006-11-25 Felix Fietkaufix pesky kmod-* ipkg install bug
2006-11-11 Felix Fietkaumake target/linux/* directories self-contained, use...
2006-11-05 Nicolas Thillrevert autotools files touching: it has side effects...
next