diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-03 16:59:30 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-03 23:36:42 +0200 |
commit | 94423c82518aba5dbe9bfa25200822f82ecfd670 (patch) | |
tree | 728c91088984a12c89206f0a4906e9799330a0ca /package/dbus-python/dbus-python-fix-python-configure-check.patch | |
parent | cc5b8e72308f523b3826ada5fe7009b722bf9a79 (diff) | |
download | buildroot-94423c82518aba5dbe9bfa25200822f82ecfd670.tar.gz buildroot-94423c82518aba5dbe9bfa25200822f82ecfd670.zip |
dbus-python: bump to version 1.2.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dbus-python/dbus-python-fix-python-configure-check.patch')
-rw-r--r-- | package/dbus-python/dbus-python-fix-python-configure-check.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/dbus-python/dbus-python-fix-python-configure-check.patch b/package/dbus-python/dbus-python-fix-python-configure-check.patch deleted file mode 100644 index 30eeb48735..0000000000 --- a/package/dbus-python/dbus-python-fix-python-configure-check.patch +++ /dev/null @@ -1,30 +0,0 @@ -Python: add am_cv_python_includes to override runtime python-config check ---- - configure | 7 +++++++ - 1 file changed, 7 insertions(+) - -Index: dbus-python-0.83.0/configure -=================================================================== ---- dbus-python-0.83.0.orig/configure -+++ dbus-python-0.83.0/configure -@@ -10176,6 +10176,12 @@ - - { echo "$as_me:$LINENO: checking for Python headers using $PYTHON-config --includes" >&5 - echo $ECHO_N "checking for Python headers using $PYTHON-config --includes... $ECHO_C" >&6; } -+if test "${am_cv_python_includes+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+ PYTHON_INCLUDES=${am_cv_python_includes} -+ { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 -+echo "${ECHO_T}$PYTHON_INCLUDES" >&6; } -+else - PYTHON_INCLUDES=`$PYTHON-config --includes` - if test $? = 0; then - { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 -@@ -10194,6 +10200,7 @@ - { echo "$as_me:$LINENO: result: $PYTHON_INCLUDES" >&5 - echo "${ECHO_T}$PYTHON_INCLUDES" >&6; } - fi -+fi - - { echo "$as_me:$LINENO: checking whether those headers are sufficient" >&5 - echo $ECHO_N "checking whether those headers are sufficient... $ECHO_C" >&6; } |