summaryrefslogtreecommitdiffstats
path: root/package/cdrkit
Commit message (Collapse)AuthorAgeFilesLines
* cdrkit: remove redundant HOST_CDRKIT_DEPENDENCIESPeter Korsgaard2012-01-181-1/+0Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: bump to version 1.1.11 and adjust styleGustavo Zacarias2011-12-212-5/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from CMAKETARGETSThomas Petazzoni2011-09-291-2/+2
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS 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>
* cdrkit: drop host-cmake dependenciesGustavo Zacarias2011-02-021-2/+2
| | | | | | | | Now that it's been converted to cmaketargets it doesn't need the host-cmake dependencies since this are fulfilled in the infrastructure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: convert to CMAKETARGETS infrastructureBjørn Forsman2011-01-261-57/+9Star
| | | | | | Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: fix build with ccachePeter Korsgaard2011-01-201-2/+3
| | | | | | Cmake gets confused about ccache, so don't use ccache for cmake builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: fix TARGET_CC/TARGET_CFLAGS for CMakeThomas Petazzoni2010-07-291-3/+11
| | | | | | | | | | | | | | | | Since the reorganization of the variables in package/Makefile.in, TARGET_CC and TARGET_CXX now directly contain the --sysroot= option in addition to the compiler path. This is due to some ./configure scripts using just $(TARGET_CC) for some tests instead of $(TARGET_CC) $(TARGET_CFLAGS). However, in the case of CMake, this fails as CMake really only wants the path of the compiler in its CMAKE_C_COMPILER and CMAKE_CXX_COMPILER variables. So here, we recompute proper values for CMake by removing the --sysroot option from the compiler variables and re-adding it to the flags variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cdrkit: fix build by adding zlib as dependencyBjørn Forsman2010-06-081-2/+2
| | | | | | Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: fix build on uClibcPeter Korsgaard2010-06-051-0/+22
| | | | | | | cdrkit unconditionally enables code using rcmd(3), which isn't available on uClibc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: needs largefile support in toolchainPeter Korsgaard2010-05-221-9/+13
| | | | | | At the same time fix indentation in Config.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: new packageThomas Petazzoni2010-04-092-0/+74
Supported both for the target and the host. Will be used by the root filesystem generation code, thanks to genisoimage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>