* [PATCH 2/3] python-dbus: upgraded to 1.2.0
2013-05-27 12:19 [PATCH 0/3] multiple package upgrades Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 1/3] git: upgraded to 1.8.3 Bogdan Marinescu
@ 2013-05-27 12:19 ` Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 3/3] autogen-native: upgraded to 5.17.4 Bogdan Marinescu
2 siblings, 0 replies; 5+ messages in thread
From: Bogdan Marinescu @ 2013-05-27 12:19 UTC (permalink / raw)
To: openembedded-core
The license itself didn't modify, just some comments regarding the license.
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
.../python-dbus-1.1.1/obsolete_automake_macros.patch | 14 --------------
.../{python-dbus_1.1.1.bb => python-dbus_1.2.0.bb} | 8 +++-----
2 files changed, 3 insertions(+), 19 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch
rename meta/recipes-devtools/python/{python-dbus_1.1.1.bb => python-dbus_1.2.0.bb} (70%)
diff --git a/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch b/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch
deleted file mode 100644
index 9da9c45..0000000
--- a/meta/recipes-devtools/python/python-dbus-1.1.1/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=59006]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd dbus-python-1.1.1/configure.ac dbus-python-1.1.1/configure.ac
---- dbus-python-1.1.1/configure.ac 2012-06-25 19:02:12.000000000 +0300
-+++ dbus-python-1.1.1/configure.ac 2013-01-03 05:42:00.498912733 +0200
-@@ -29,7 +29,7 @@
- AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version)
-
- AC_CONFIG_SRCDIR([_dbus_bindings/module.c])
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- AM_INIT_AUTOMAKE([1.9 -Wno-portability])
diff --git a/meta/recipes-devtools/python/python-dbus_1.1.1.bb b/meta/recipes-devtools/python/python-dbus_1.2.0.bb
similarity index 70%
rename from meta/recipes-devtools/python/python-dbus_1.1.1.bb
rename to meta/recipes-devtools/python/python-dbus_1.2.0.bb
index 465a7f4..a185d84 100644
--- a/meta/recipes-devtools/python/python-dbus_1.1.1.bb
+++ b/meta/recipes-devtools/python/python-dbus_1.2.0.bb
@@ -2,16 +2,14 @@ DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for i
SECTION = "devel/python"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0b83047ce9e948b67c0facc5f233476a"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
-PR = "r2"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
- file://obsolete_automake_macros.patch \
"
-SRC_URI[md5sum] = "742c7432ad0f7c3f98291d58fa2e35dc"
-SRC_URI[sha256sum] = "8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88"
+SRC_URI[md5sum] = "b09cd2d1a057cc432ce944de3fc06bf7"
+SRC_URI[sha256sum] = "e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df"
S = "${WORKDIR}/dbus-python-${PV}"
inherit distutils-base autotools pkgconfig
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 3/3] autogen-native: upgraded to 5.17.4
2013-05-27 12:19 [PATCH 0/3] multiple package upgrades Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 1/3] git: upgraded to 1.8.3 Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 2/3] python-dbus: upgraded to 1.2.0 Bogdan Marinescu
@ 2013-05-27 12:19 ` Bogdan Marinescu
2 siblings, 0 replies; 5+ messages in thread
From: Bogdan Marinescu @ 2013-05-27 12:19 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
...en-native_5.17.3.bb => autogen-native_5.17.4.bb} | 4 ++--
meta/recipes-devtools/autogen/files/guile.patch | 19 +++++++++----------
2 files changed, 11 insertions(+), 12 deletions(-)
rename meta/recipes-devtools/autogen/{autogen-native_5.17.3.bb => autogen-native_5.17.4.bb} (90%)
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.17.3.bb b/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
similarity index 90%
rename from meta/recipes-devtools/autogen/autogen-native_5.17.3.bb
rename to meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
index b101966..e5234c2 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.17.3.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.17.4.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "${GNU_MIRROR}/autogen/rel${PV}/autogen-${PV}.tar.gz \
file://guile.patch"
-SRC_URI[md5sum] = "2d14ced1c28f71e61bb7c58e93317a40"
-SRC_URI[sha256sum] = "2f795c224fac899ec3a801a9a32aad2a8104fe926dcc1994cc0797f9a3f4e97d"
+SRC_URI[md5sum] = "09f074cba57610bf4ef1147e01c8ae90"
+SRC_URI[sha256sum] = "cd2585f4794d0e9d7f2cb0b9af4f2bd429946e718473edf1cf8c49f081ca71ed"
DEPENDS = "guile-native libtool-native libxml2-native"
RDEPENDS = "automake pkgconfig"
diff --git a/meta/recipes-devtools/autogen/files/guile.patch b/meta/recipes-devtools/autogen/files/guile.patch
index 09b441b..8a77dba 100644
--- a/meta/recipes-devtools/autogen/files/guile.patch
+++ b/meta/recipes-devtools/autogen/files/guile.patch
@@ -1,14 +1,14 @@
-Disable the autoconf macros that use dpkg (!) and guile-config to determine what
-version and where guile is installed, and just use pkg-config directly (guile-config is a deprecated wrapper around pkg-config).
-
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-Upstream-Status: Pending (should be submitted)
+Disable the autoconf macros that use dpkg (!) and guile-config to determine what
+version and where guile is installed, and just use pkg-config directly (guile-config is a deprecated wrapper around pkg-config).
+
+ Signed-off-by: Ross Burton <ross.burton@intel.com>
+ Upstream-Status: Pending (should be submitted)
diff --git a/config/ag_macros.m4 b/config/ag_macros.m4
-index c69b11c..915968b 100644
+index 9914a65..b6db97a 100644
--- a/config/ag_macros.m4
+++ b/config/ag_macros.m4
-@@ -175,124 +175,12 @@ return 0;],
+@@ -175,123 +175,12 @@ return 0;],
AC_DEFUN([AG_WITHLIB_GUILE],[
@@ -69,8 +69,6 @@ index c69b11c..915968b 100644
- test -n "${f}" && ag_cv_with_libguile_libs="${f}" && \
- AC_MSG_NOTICE([guile-config used for LIBS: $f]) ;;
- esac
-- fi ## disabled by request
--
- case "X${ag_cv_with_libguile_cflags}" in
- Xyes|Xno|X )
- ag_cv_with_libguile_cflags="" ;;
@@ -107,6 +105,7 @@ index c69b11c..915968b 100644
- [ag_cv_with_libguile=yes],
- [ag_cv_with_libguile=no]) # end of AC_LINK_IFELSE
- ]) # end of AC_CACHE_VAL for ag_cv_with_libguile
+- fi ## disabled by request
- AC_MSG_RESULT([${ag_cv_with_libguile}])
- AC_SUBST([LIBGUILE_CFLAGS])
- AC_SUBST([LIBGUILE_LIBS])
@@ -138,7 +137,7 @@ index c69b11c..915968b 100644
]) # end of AC_DEFUN of AG_WITHLIB_GUILE
-@@ -312,40 +200,10 @@ AC_DEFUN([AG_WITHCONF_GUILE_VER],[
+@@ -311,40 +200,10 @@ AC_DEFUN([AG_WITHCONF_GUILE_VER],[
AC_DEFUN([AG_TEST_GUILE_VERSION],[
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread