Bug 719 - Add lua option to haserl
Summary: Add lua option to haserl
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.05
Assignee: Gustavo Zacarias
URL:
Keywords:
Depends on: 803
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-13 18:40 UTC by Gustavo Zacarias
Modified: 2010-05-01 20:36 UTC (History)
1 user (show)

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


Attachments
Add lua option to haserl (1.39 KB, patch)
2009-11-13 18:40 UTC, Gustavo Zacarias
Details
Add lua option to haserl (2) (1.44 KB, patch)
2009-12-23 12:36 UTC, Gustavo Zacarias
Details
Add lua option to haserl (1.93 KB, patch)
2010-04-29 21:08 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 18:40:24 UTC
Created attachment 751 [details]
Add lua option to haserl

This patch adds the option for haserl-0.9.x to enable it's lua mode.
Right now it links against lua in LUA_DIR.
Ideally the lua package should introduce a PACKAGE_LIBLUA option to just install libs/headers to STAGING_DIR since haserl doesn't need the binaries.
Comment 1 Gustavo Zacarias 2009-12-23 12:36:37 UTC
Created attachment 865 [details]
Add lua option to haserl (2)
Comment 2 Gustavo Zacarias 2009-12-23 12:37:30 UTC
New patch against lua from bug #803
Nicer since it links against a shared liblua.
Comment 3 Thomas Petazzoni 2010-02-21 22:33:03 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 4 Gustavo Zacarias 2010-04-29 21:08:59 UTC
Created attachment 1603 [details]
Add lua option to haserl

Latest patch version.
Comment 5 Peter Korsgaard 2010-05-01 20:36:15 UTC
Committed, thanks