Bug 715 - Bump libidn package to 1.15 and other fixes
Summary: Bump libidn package to 1.15 and other fixes
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks: 717
  Show dependency treegraph
 
Reported: 2009-11-13 15:23 UTC by Gustavo Zacarias
Modified: 2009-11-16 15:00 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Bump libidn package to 1.15 (1.39 KB, patch)
2009-11-13 15:23 UTC, Gustavo Zacarias
Details
Update Config.in to fulfill LIBIDN_BINARY (723 bytes, patch)
2009-11-16 12:36 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-11-13 15:23:42 UTC
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).
Comment 1 Peter Korsgaard 2009-11-15 22:42:12 UTC
Thanks, committed - But you forgot to add a kconfig option for BR2_PACKAGE_LIBIDN_BINARY - Care to send a followup patch adding it?
Comment 2 Gustavo Zacarias 2009-11-16 12:36:08 UTC
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.
Comment 3 Peter Korsgaard 2009-11-16 15:00:20 UTC
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?