summaryrefslogtreecommitdiff
path: root/package/dmraid
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-16dmraid: misc cleanupPeter Korsgaard
Fix install into staging (YES instead of yes), fix uninstall target, use default target-install handling, install headers/lib/man pages into target if requested. A small patch is needed for 'make remove' to work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-16dmraid: fix init scriptPeter Korsgaard
Init scripts are only run if they are prefixed with S??, and dmraid gets installed into /usr/sbin, not /sbin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-12dmraid: remove useless strip and use correct step override methodThomas Petazzoni
For the target installation step, do not rely on the package being installed in the staging directory, as it may not be true. So the dmraid binary is directly taken from the build directory. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-06-20dmraid must now require lvm2 and not dmNigel Kukard
As device-mapper has moved to lvm2, dmraid must now require lvm2. Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-15dmraid linking against host system fixNigel Kukard
dmraid is hard coded with -L$(DESTDIR)$(libdir) which tries to link in the host systems' libs Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-07dmraid: broken with parallel make (lib + tools race)Peter Korsgaard
Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-04package: dm (and in turn dmraid) needs largefile supportPeter Korsgaard
2009-03-04dmraid: fix build & convert to Makefile.autotools.inPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-04mdadm/dmraid: bump versionPeter Korsgaard
Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-08- bump version and uninstall runlevel script. Closes #1366Bernhard Reutner-Fischer
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-03- add missing package-source targetsBernhard Reutner-Fischer
- add missing dependencies to build prerequisites in the config system
2006-11-29- dmraid sources include libdevmapper.h,, which is provided by dmBernhard Reutner-Fischer
as pointed out by Pavel Roskin.
2006-11-17minor version bumpsEric Andersen
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-09new upstream versionEric Andersen
2006-07-19oopsEric Andersen
2006-07-10add support for dmraid soft raid handlingEric Andersen