Bug 1753

Summary: lmbench: convert to generic package infrastructure
Product: buildroot Reporter: Kelvin Cheung <keguang.zhang>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: Kubuntu 9.10 Target: armv4
Build:
Attachments: lmbench: convert to autotools infrastructure
convert lmbench to generic package infrastructure

Description Kelvin Cheung 2010-05-11 03:20:56 UTC
Created attachment 1717 [details]
lmbench: convert to autotools infrastructure

Convert lmbench to autotools infrastructure
Comment 1 Thomas Petazzoni 2010-06-07 10:24:17 UTC
From the LMBENCH_CONFIGURE_CMDS definition, it looks like lmbench doesn't use a ./configure generated by autoconf. If it's the case, the .mk should not use the AUTOTARGETS infrastructure, but the GENTARGETS infrastructure.

Moreover, I think I'd prefer if the sed modifications on the Makefile were done through a patch rather than directly in the .mk file.

Thanks!
Comment 2 Kelvin Cheung 2010-06-08 05:33:50 UTC
Created attachment 1951 [details]
convert lmbench to generic package infrastructure
Comment 3 Peter Korsgaard 2010-06-08 20:37:50 UTC
Committed, thanks