Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhid: fix for nommu | Gustavo Zacarias | 2014-06-22 | 1 | -22/+0 |
| | | | | | | | | | | | Make it accept uclinux in the tuple as linux. Fixes: http://autobuild.buildroot.net/results/07f/07f2a560d9915ff7bad830be11f95aa856ce0e73/ Upstream seems dead with the last commit in svn being 5+ years ago and with some recent patches in the mailing list just sitting there. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | libhid: replace patch on configure by patch on configure.ac | Thomas Petazzoni | 2012-12-12 | 1 | -0/+22 |
In order to fix some other build problem of libhid, we'll need to do modifications to the configure.ac. Therefore, let's first convert the current patch on configure to a patch on configure.ac, and mark the package as AUTORECONF=YES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |