Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot-test 1/2] Taking into account BR2_PREFER_STATIC_LIB rename
@ 2014-12-17 21:47 Thomas Petazzoni
  2014-12-17 21:47 ` [Buildroot] [buildroot-test 2/2] Enable paranoid path checking Thomas Petazzoni
  2014-12-21 21:03 ` [Buildroot] [buildroot-test 1/2] Taking into account BR2_PREFER_STATIC_LIB rename Thomas Petazzoni
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2014-12-17 21:47 UTC (permalink / raw)
  To: buildroot

In Buildroot, the BR2_PREFER_STATIC_LIB option was renamed to
BR2_STATIC_LIBS. This commit takes this into account when generating
the autobuild configurations.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 scripts/autobuild-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 4d9ef90..ce89e1e 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -348,7 +348,7 @@ def gen_config(instance, log, sysinfo):
     elif randint(0, 20) == 0:
         configlines.append("BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y\n")
     if config["libc"] != "glibc" and randint(0, 20) == 0:
-        configlines.append("BR2_PREFER_STATIC_LIB=y\n")
+        configlines.append("BR2_STATIC_LIBS=y\n")
 
     # Write out the configuration file
     with open(os.path.join(outputdir, ".config"), "w+") as configf:
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-12-26 18:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 21:47 [Buildroot] [buildroot-test 1/2] Taking into account BR2_PREFER_STATIC_LIB rename Thomas Petazzoni
2014-12-17 21:47 ` [Buildroot] [buildroot-test 2/2] Enable paranoid path checking Thomas Petazzoni
2014-12-18  5:54   ` Bernd Kuhls
2014-12-18 18:12   ` Yann E. MORIN
2014-12-26 17:51   ` Romain Naour
2014-12-26 18:09     ` Thomas Petazzoni
2014-12-26 18:11       ` Romain Naour
2014-12-21 21:03 ` [Buildroot] [buildroot-test 1/2] Taking into account BR2_PREFER_STATIC_LIB rename Thomas Petazzoni
2014-12-21 21:13   ` Yann E. MORIN
2014-12-21 21:44     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox