summaryrefslogtreecommitdiffstats
path: root/package/neon
Commit message (Collapse)AuthorAgeFilesLines
* neon: explicit path to xml2-configThomas Petazzoni2010-07-181-0/+1
| | | | | | | | | | | Now that $(STAGING_DIR)/usr/bin is not in the PATH, we need to explicit the path to such tools. This might also fix bug 1393 since by expliciting the path to xml2-config, we'll force neon ./configure to choose our xml2-config and not the one of the host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* neon: fix ssl option dependencyPeter Korsgaard2009-12-231-0/+1
| | | | | | Thanks to Gustavo Zacarias for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: add optional ssl supportPeter Korsgaard2009-12-202-0/+12
| | | | | Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* host-pkgconfig is now host-pkg-configThomas Petazzoni2009-12-151-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Build neon with SSL support if availableNigel Kukard2009-08-051-0/+7
|
* neon: Fix pkgconfig dependencyWill Newton2009-06-111-1/+1
| | | | | | | | | neon should depend on host-pkgconfig rather than pkgconfig. Closes #385. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+0
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* neon: s/exapt/expat/Peter Korsgaard2009-01-081-2/+2
|
* * Refined building of neon optionsNigel Kukard2008-12-312-0/+13
| | | | - Added support to build with or without zlib support
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* neon: don't strip if BR2_ENABLE_DEBUG is enabledPeter Korsgaard2008-10-201-0/+2
|
* neon: use := assignmentsPeter Korsgaard2008-08-261-7/+5
|
* neon: uses pkgconfig so select itPeter Korsgaard2008-08-262-0/+3
|
* neon: strip target libraryPeter Korsgaard2008-08-261-0/+5
| | | | neon doesn't have an install-strip target, so do it afterwards instead.
* neon: fix compilation without xml supportPeter Korsgaard2008-08-261-0/+4
| | | | | webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
* neon: bump versionPeter Korsgaard2008-08-261-1/+1
| | | | Fixes CVE-2008-3746.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* * Added neonNigel Kukard2008-04-122-0/+63