From 0073f55a904484b27547c9adfe5f62247124b044 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 8 Jan 2013 07:53:53 +0100 Subject: [PATCH] ros-groovy requires python with ipv6 support --- recipes-devtools/python/python_2.7.3.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-devtools/python/python_2.7.3.bbappend diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend new file mode 100644 index 0000000..5248cd7 --- /dev/null +++ b/recipes-devtools/python/python_2.7.3.bbappend @@ -0,0 +1,3 @@ +EXTRA_OECONF += "\ + --enable-ipv6 \ +"