* [PATCH 0/3] multiple package upgrades
@ 2013-05-27 12:19 Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 1/3] git: upgraded to 1.8.3 Bogdan Marinescu
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bogdan Marinescu @ 2013-05-27 12:19 UTC (permalink / raw)
To: openembedded-core
Upgrades for git, python-dbus and autogen-native.
The following changes since commit 676fd3f394a0c0576b63c77ed2184bf5f42c29b6:
dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:49 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bogdanm/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bogdanm/work
Bogdan Marinescu (3):
git: upgraded to 1.8.3
python-dbus: upgraded to 1.2.0
autogen-native: upgraded to 5.17.4
...en-native_5.17.3.bb => autogen-native_5.17.4.bb} | 4 ++--
meta/recipes-devtools/autogen/files/guile.patch | 19 +++++++++----------
.../git/{git_1.8.2.2.bb => git_1.8.3.bb} | 4 ++--
.../obsolete_automake_macros.patch | 14 --------------
.../{python-dbus_1.1.1.bb => python-dbus_1.2.0.bb} | 8 +++-----
5 files changed, 16 insertions(+), 33 deletions(-)
rename meta/recipes-devtools/autogen/{autogen-native_5.17.3.bb => autogen-native_5.17.4.bb} (90%)
rename meta/recipes-devtools/git/{git_1.8.2.2.bb => git_1.8.3.bb} (67%)
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%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] git: upgraded to 1.8.3
2013-05-27 12:19 [PATCH 0/3] multiple package upgrades Bogdan Marinescu
@ 2013-05-27 12:19 ` Bogdan Marinescu
2013-05-27 12:19 ` [PATCH 2/3] python-dbus: upgraded to 1.2.0 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
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
meta/recipes-devtools/git/{git_1.8.2.2.bb => git_1.8.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/git/{git_1.8.2.2.bb => git_1.8.3.bb} (67%)
diff --git a/meta/recipes-devtools/git/git_1.8.2.2.bb b/meta/recipes-devtools/git/git_1.8.3.bb
similarity index 67%
rename from meta/recipes-devtools/git/git_1.8.2.2.bb
rename to meta/recipes-devtools/git/git_1.8.3.bb
index 7fc2b29..0295919 100644
--- a/meta/recipes-devtools/git/git_1.8.2.2.bb
+++ b/meta/recipes-devtools/git/git_1.8.3.bb
@@ -1,8 +1,8 @@
require git.inc
SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
-SRC_URI[md5sum] = "f7407df37facf579dcaa979266cc3c59"
-SRC_URI[sha256sum] = "020de38eda302bb6e1be460f7499211948193b306beab4e1a520ffc6f7294794"
+SRC_URI[md5sum] = "d91b6099fb6763cf92c696977a247060"
+SRC_URI[sha256sum] = "f1d3c6d683f8f15035a8d0f3eb30ed160ff6607111dfc6026d8836307aebc53a"
EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [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
* [PATCH 0/3] multiple package upgrades
@ 2013-06-03 12:56 Bogdan Marinescu
0 siblings, 0 replies; 5+ messages in thread
From: Bogdan Marinescu @ 2013-06-03 12:56 UTC (permalink / raw)
To: openembedded-core
Upgrades for diffstat, libpcre and subversion.
The following changes since commit 73dae11852c656adbf5a2b0e44ac4c7e0078cd8d:
rpm: remove .real hacks in argument parsing (2013-05-31 14:02:45 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bogdanm/work2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bogdanm/work2
Bogdan Marinescu (3):
diffstat: upgraded to 1.57
libpcre: upgraded to 8.33
subversion: upgraded to 1.7.10
.../diffstat/diffstat/aclocal.patch | 37 ++++++++++++++++++++
.../{diffstat_1.55.bb => diffstat_1.57.bb} | 8 ++---
.../fix-install-depends.patch | 0
.../libtool2.patch | 0
.../{subversion_1.7.9.bb => subversion_1.7.10.bb} | 4 +--
.../libpcre/{libpcre_8.32.bb => libpcre_8.33.bb} | 7 ++--
6 files changed, 46 insertions(+), 10 deletions(-)
create mode 100644 meta/recipes-devtools/diffstat/diffstat/aclocal.patch
rename meta/recipes-devtools/diffstat/{diffstat_1.55.bb => diffstat_1.57.bb} (76%)
rename meta/recipes-devtools/subversion/{subversion-1.7.9 => subversion-1.7.10}/fix-install-depends.patch (100%)
rename meta/recipes-devtools/subversion/{subversion-1.7.9 => subversion-1.7.10}/libtool2.patch (100%)
rename meta/recipes-devtools/subversion/{subversion_1.7.9.bb => subversion_1.7.10.bb} (88%)
rename meta/recipes-support/libpcre/{libpcre_8.32.bb => libpcre_8.33.bb} (90%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-03 12:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 3/3] autogen-native: upgraded to 5.17.4 Bogdan Marinescu
-- strict thread matches above, loose matches on Subject: below --
2013-06-03 12:56 [PATCH 0/3] multiple package upgrades Bogdan Marinescu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox