| Summary: | Bump libidn package to 1.15 and other fixes | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Gustavo Zacarias <gustavo> |
| Component: | Outdated package | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | i686-linux | Target: | arm-softfloat-linux-uclibcgnueabi |
| Build: | |||
| Bug Depends on: | |||
| Bug Blocks: | 717 | ||
| Attachments: |
Bump libidn package to 1.15
Update Config.in to fulfill LIBIDN_BINARY |
||
Thanks, committed - But you forgot to add a kconfig option for BR2_PACKAGE_LIBIDN_BINARY - Care to send a followup patch adding it? Created attachment 753 [details]
Update Config.in to fulfill LIBIDN_BINARY
Sure, i care ;-)
Here it is, probably forgot to update Config.in before making the previous patch.
Thanks, committed. Could you in the future please use the -s option to git format-patch to add your signed-off-by to the patches? |
Created attachment 747 [details] Bump libidn package to 1.15 Bump libidn package to 1.15 and other fixes: * Add target uninstall. * Remove stray /usr/share/emacs files. * Remove stray mono (host, autodetected) dll installation in $(TARGET_DIR)/usr/lib by disabling C# altogether. * Disable java. * Add new option to install idn binary (default N, usually not required).