Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Upgrade wget and git
@ 2015-03-04  9:28 Robert Yang
  2015-03-04  9:28 ` [PATCH 1/2] wget: 1.16.1 -> 1.16.2 Robert Yang
  2015-03-04  9:28 ` [PATCH 2/2] git: 2.3.0 -> 2.3.1 Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2015-03-04  9:28 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 3c78468f12296abd02abce6eeac0f69bc7509958:

  build-appliance-image: Update to master head revision (2015-03-03 13:12:50 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (2):
  wget: 1.16.1 -> 1.16.2
  git: 2.3.0 -> 2.3.1

 .../git/{git_2.3.0.bb => git_2.3.1.bb}             |    8 ++++----
 meta/recipes-extended/wget/wget/fix_makefile.patch |   17 +----------------
 .../wget/{wget_1.16.1.bb => wget_1.16.2.bb}        |    4 ++--
 3 files changed, 7 insertions(+), 22 deletions(-)
 rename meta/recipes-devtools/git/{git_2.3.0.bb => git_2.3.1.bb} (41%)
 rename meta/recipes-extended/wget/{wget_1.16.1.bb => wget_1.16.2.bb} (45%)

-- 
1.7.9.5



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

* [PATCH 1/2] wget: 1.16.1 -> 1.16.2
  2015-03-04  9:28 [PATCH 0/2] Upgrade wget and git Robert Yang
@ 2015-03-04  9:28 ` Robert Yang
  2015-03-04  9:28 ` [PATCH 2/2] git: 2.3.0 -> 2.3.1 Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-03-04  9:28 UTC (permalink / raw)
  To: openembedded-core

Update fix_makefile.patch:
* The patch for po/Makefile.in.in is not needed any more since fixed.
* Update the patch for configure.ac

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/wget/wget/fix_makefile.patch |   17 +----------------
 .../wget/{wget_1.16.1.bb => wget_1.16.2.bb}        |    4 ++--
 2 files changed, 3 insertions(+), 18 deletions(-)
 rename meta/recipes-extended/wget/{wget_1.16.1.bb => wget_1.16.2.bb} (45%)

diff --git a/meta/recipes-extended/wget/wget/fix_makefile.patch b/meta/recipes-extended/wget/wget/fix_makefile.patch
index 8ad7c62..eaa2e7e 100644
--- a/meta/recipes-extended/wget/wget/fix_makefile.patch
+++ b/meta/recipes-extended/wget/wget/fix_makefile.patch
@@ -3,26 +3,11 @@ Upstream-Status: Pending
 
 Signed-off-by: Saul Wold <sgw@linux.intel.com>
 
-Index: wget-1.12/po/Makefile.in.in
-===================================================================
---- wget-1.12.orig/po/Makefile.in.in	2009-09-04 09:31:54.000000000 -0700
-+++ wget-1.12/po/Makefile.in.in	2011-10-19 20:32:53.714812160 -0700
-@@ -8,8 +8,8 @@
- # Please note that the actual code of GNU gettext is covered by the GNU
- # General Public License and is *not* in the public domain.
- #
--# Origin: gettext-0.17
--GETTEXT_MACRO_VERSION = 0.17
-+# Origin: gettext-0.18
-+GETTEXT_MACRO_VERSION = 0.18
- 
- PACKAGE = @PACKAGE@
- VERSION = @VERSION@
 Index: wget-1.12/configure.ac
 ===================================================================
 --- wget-1.12.orig/configure.ac	2009-09-22 09:39:49.000000000 -0700
 +++ wget-1.12/configure.ac	2011-10-19 20:32:53.714812160 -0700
-@@ -110,7 +110,7 @@
+@@ -177,7 +177,7 @@
  dnl Gettext
  dnl
  AM_GNU_GETTEXT([external],[need-ngettext])
diff --git a/meta/recipes-extended/wget/wget_1.16.1.bb b/meta/recipes-extended/wget/wget_1.16.2.bb
similarity index 45%
rename from meta/recipes-extended/wget/wget_1.16.1.bb
rename to meta/recipes-extended/wget/wget_1.16.2.bb
index ca6f0fe..8a0161d 100644
--- a/meta/recipes-extended/wget/wget_1.16.1.bb
+++ b/meta/recipes-extended/wget/wget_1.16.2.bb
@@ -2,7 +2,7 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
            file://fix_makefile.patch \
           "
 
-SRC_URI[md5sum] = "5d12410a398ec9907e105e8734561ba0"
-SRC_URI[sha256sum] = "3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77"
+SRC_URI[md5sum] = "d33b130ff23155e360d0a5172575bf56"
+SRC_URI[sha256sum] = "311a28f211117a338501009bfaba5bfeb9cd71564a7b9ad5775b8f5f4369f972"
 
 require wget.inc
-- 
1.7.9.5



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

* [PATCH 2/2] git: 2.3.0 -> 2.3.1
  2015-03-04  9:28 [PATCH 0/2] Upgrade wget and git Robert Yang
  2015-03-04  9:28 ` [PATCH 1/2] wget: 1.16.1 -> 1.16.2 Robert Yang
@ 2015-03-04  9:28 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-03-04  9:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../git/{git_2.3.0.bb => git_2.3.1.bb}             |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/git/{git_2.3.0.bb => git_2.3.1.bb} (41%)

diff --git a/meta/recipes-devtools/git/git_2.3.0.bb b/meta/recipes-devtools/git/git_2.3.1.bb
similarity index 41%
rename from meta/recipes-devtools/git/git_2.3.0.bb
rename to meta/recipes-devtools/git/git_2.3.1.bb
index 1611f64..ebece81 100644
--- a/meta/recipes-devtools/git/git_2.3.0.bb
+++ b/meta/recipes-devtools/git/git_2.3.1.bb
@@ -1,9 +1,9 @@
 require git.inc
 
-SRC_URI[tarball.md5sum] = "edf994cf34cd3354dadcdfa6b4292335"
-SRC_URI[tarball.sha256sum] = "ba2fe814e709a5d0f034ebe82083fce7feed0899b3a8c8b3adf1c5a85d1ce9ac"
-SRC_URI[manpages.md5sum] = "620797eb73b281d0706979ae8038bbd7"
-SRC_URI[manpages.sha256sum] = "8aa4d1e5d7bbf5641a9de92279369d9b20cc266ba7b2888104efa40e80b53559"
+SRC_URI[tarball.md5sum] = "a6673b9c297ff16cd573c4ff0bba34af"
+SRC_URI[tarball.sha256sum] = "a447b8912ab6e9efd05bdd2e4bbb1e7f55498b0d2b92e03319c06efea7b6e46f"
+SRC_URI[manpages.md5sum] = "aed07476a8323fa0be964a310f4be402"
+SRC_URI[manpages.sha256sum] = "89b4c81306fe77ea745292586efba42507bacced079e3ca015e85fbe244d13b8"
 
 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.9.5



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

end of thread, other threads:[~2015-03-04  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04  9:28 [PATCH 0/2] Upgrade wget and git Robert Yang
2015-03-04  9:28 ` [PATCH 1/2] wget: 1.16.1 -> 1.16.2 Robert Yang
2015-03-04  9:28 ` [PATCH 2/2] git: 2.3.0 -> 2.3.1 Robert Yang

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