public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Packages Upgrade
@ 2015-05-28  9:57 Robert Yang
  2015-05-28  9:57 ` [PATCH 1/9] debianutils: 4.4 -> 4.5 Robert Yang
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e6952593d810636f26af541b12126848483e619a:

  kernel: Build uImage only when really needed (2015-05-26 10:57:41 +0100)

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 (9):
  debianutils: 4.4 -> 4.5
  git: 2.3.7 -> 2.4.2
  python-git: 1.0.0 -> 1.0.1
  cracklib: 2.9.3 -> 2.9.4
  man-pages: 3.83 -> 4.00
  gnupg: 2.1.2 -> 2.1.4
  btrfs-tools: 3.18.2 -> 4.0.1
  nasm: 2.11.06 -> 2.11.08
  lttng-ust: 2.6.0 -> 2.6.1

 .../btrfs-tools/btrfs-tools/fix-parallel.patch     |   16 ++++++++--------
 .../btrfs-tools/btrfs-tools_git.bb                 |   16 +++++++++-------
 .../git/{git_2.3.7.bb => git_2.4.2.bb}             |    8 ++++----
 .../nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb}      |    5 +++--
 .../{python-git_1.0.0.bb => python-git_1.0.1.bb}   |    4 ++--
 .../{cracklib_2.9.3.bb => cracklib_2.9.4.bb}       |    4 ++--
 .../{man-pages_3.83.bb => man-pages_4.00.bb}       |    4 ++--
 .../{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb}     |    0
 .../{debianutils_4.4.bb => debianutils_4.5.bb}     |    6 +++---
 .../gnupg/gnupg/dirmngr-uses-libgpg-error.patch    |    8 ++++----
 .../gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb}       |    4 ++--
 11 files changed, 39 insertions(+), 36 deletions(-)
 rename meta/recipes-devtools/git/{git_2.3.7.bb => git_2.4.2.bb} (41%)
 rename meta/recipes-devtools/nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb} (81%)
 rename meta/recipes-devtools/python/{python-git_1.0.0.bb => python-git_1.0.1.bb} (85%)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.3.bb => cracklib_2.9.4.bb} (91%)
 rename meta/recipes-extended/man-pages/{man-pages_3.83.bb => man-pages_4.00.bb} (86%)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} (100%)
 rename meta/recipes-support/debianutils/{debianutils_4.4.bb => debianutils_4.5.bb} (84%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb} (89%)

-- 
1.7.9.5



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

* [PATCH 1/9] debianutils: 4.4 -> 4.5
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 2/9] git: 2.3.7 -> 2.4.2 Robert Yang
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{debianutils_4.4.bb => debianutils_4.5.bb}     |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_4.4.bb => debianutils_4.5.bb} (84%)

diff --git a/meta/recipes-support/debianutils/debianutils_4.4.bb b/meta/recipes-support/debianutils/debianutils_4.5.bb
similarity index 84%
rename from meta/recipes-support/debianutils/debianutils_4.4.bb
rename to meta/recipes-support/debianutils/debianutils_4.5.bb
index 346eaf1..3593cdb 100644
--- a/meta/recipes-support/debianutils/debianutils_4.4.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.5.bb
@@ -3,9 +3,9 @@ SECTION = "base"
 LICENSE = "GPLv2 & SMAIL_GPL"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz"
-SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f"
-SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6"
+SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI[md5sum] = "43796250e927db531cdebe80c6b925ea"
+SRC_URI[sha256sum] = "7cfaa53caaaaf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f"
 
 inherit autotools update-alternatives
 
-- 
1.7.9.5



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

* [PATCH 2/9] git: 2.3.7 -> 2.4.2
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
  2015-05-28  9:57 ` [PATCH 1/9] debianutils: 4.4 -> 4.5 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 3/9] python-git: 1.0.0 -> 1.0.1 Robert Yang
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-devtools/git/git_2.3.7.bb b/meta/recipes-devtools/git/git_2.4.2.bb
similarity index 41%
rename from meta/recipes-devtools/git/git_2.3.7.bb
rename to meta/recipes-devtools/git/git_2.4.2.bb
index 61248c0..0bb92a2 100644
--- a/meta/recipes-devtools/git/git_2.3.7.bb
+++ b/meta/recipes-devtools/git/git_2.4.2.bb
@@ -1,9 +1,9 @@
 require git.inc
 
-SRC_URI[tarball.md5sum] = "370cc33cc0a77a1242b95cc703228162"
-SRC_URI[tarball.sha256sum] = "250ebf19c758bcf848f23f42bc632282ba8828b8965a306ad006bfb36ac1499a"
-SRC_URI[manpages.md5sum] = "4c3b585c74bd937b80e04cba6db71da2"
-SRC_URI[manpages.sha256sum] = "079fcd6b8dad124960578fe91964a1185c99cdf024149ad50bde141600b21628"
+SRC_URI[tarball.md5sum] = "80e127b1bde921479d1a6c3fa697e385"
+SRC_URI[tarball.sha256sum] = "8edd564051fb776a41b4c475ed2d6105de82b674b8903a9efafe8a0633e4876e"
+SRC_URI[manpages.md5sum] = "b52251e6f859a54bf5d5a3b7682fbfbf"
+SRC_URI[manpages.sha256sum] = "114b22518dd71cc1a16018b0ff198a5ee1e6b2239381dfd6a6b9994f3da89661"
 
 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] 17+ messages in thread

* [PATCH 3/9] python-git: 1.0.0 -> 1.0.1
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
  2015-05-28  9:57 ` [PATCH 1/9] debianutils: 4.4 -> 4.5 Robert Yang
  2015-05-28  9:57 ` [PATCH 2/9] git: 2.3.7 -> 2.4.2 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 4/9] cracklib: 2.9.3 -> 2.9.4 Robert Yang
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{python-git_1.0.0.bb => python-git_1.0.1.bb}   |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-git_1.0.0.bb => python-git_1.0.1.bb} (85%)

diff --git a/meta/recipes-devtools/python/python-git_1.0.0.bb b/meta/recipes-devtools/python/python-git_1.0.1.bb
similarity index 85%
rename from meta/recipes-devtools/python/python-git_1.0.0.bb
rename to meta/recipes-devtools/python/python-git_1.0.1.bb
index eea1543..a78d7c8 100644
--- a/meta/recipes-devtools/python/python-git_1.0.0.bb
+++ b/meta/recipes-devtools/python/python-git_1.0.1.bb
@@ -11,8 +11,8 @@ DEPENDS = "python-gitdb"
 
 SRC_URI = "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c3833aad16d5660436e284d597ec1bec"
-SRC_URI[sha256sum] = "c1b3e6fdd209040b6b1cb32ecbff989eeb2fb31b4e7078c3342d71ae8ef7352b"
+SRC_URI[md5sum] = "4659644b42c41e5e5170c0cd83ed6422"
+SRC_URI[sha256sum] = "9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760"
 
 S = "${WORKDIR}/GitPython-${PV}"
 
-- 
1.7.9.5



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

* [PATCH 4/9] cracklib: 2.9.3 -> 2.9.4
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (2 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 3/9] python-git: 1.0.0 -> 1.0.1 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 5/9] man-pages: 3.83 -> 4.00 Robert Yang
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{cracklib_2.9.3.bb => cracklib_2.9.4.bb}       |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.3.bb => cracklib_2.9.4.bb} (91%)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.3.bb b/meta/recipes-extended/cracklib/cracklib_2.9.4.bb
similarity index 91%
rename from meta/recipes-extended/cracklib/cracklib_2.9.3.bb
rename to meta/recipes-extended/cracklib/cracklib_2.9.4.bb
index 51afc45..24730b8 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.3.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.4.bb
@@ -15,8 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \
            file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \
            file://0002-craklib-fix-testnum-and-teststr-failed.patch"
 
-SRC_URI[md5sum] = "1e18ed9a593719af71b6440f16f91182"
-SRC_URI[sha256sum] = "9c55afcdc01ae90aad0af0f9e4de0db9ba2fadf88cdf3a585a08a3530d25dba5"
+SRC_URI[md5sum] = "b31f7e3618cda7a2ac38588067275013"
+SRC_URI[sha256sum] = "f2a866b4b9808344228ea6d68b69e3ba9a8a99210e23dfd718d4b95c60be8958"
 
 inherit autotools gettext pythonnative python-dir
 
-- 
1.7.9.5



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

* [PATCH 5/9] man-pages: 3.83 -> 4.00
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (3 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 4/9] cracklib: 2.9.3 -> 2.9.4 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 6/9] gnupg: 2.1.2 -> 2.1.4 Robert Yang
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{man-pages_3.83.bb => man-pages_4.00.bb}       |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_3.83.bb => man-pages_4.00.bb} (86%)

diff --git a/meta/recipes-extended/man-pages/man-pages_3.83.bb b/meta/recipes-extended/man-pages/man-pages_4.00.bb
similarity index 86%
rename from meta/recipes-extended/man-pages/man-pages_3.83.bb
rename to meta/recipes-extended/man-pages/man-pages_4.00.bb
index 790995d..121dd6c 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.83.bb
+++ b/meta/recipes-extended/man-pages/man-pages_4.00.bb
@@ -7,8 +7,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://README;md5=8f2a3d43057d458e5066714980567a60"
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "f3ec499e5d2d164a14ac3f63b7c07c7b"
-SRC_URI[sha256sum] = "b12844bee3746fa0e4020d360e21f3ac66d121688eb5df5e9d937595240c6492"
+SRC_URI[md5sum] = "c9bd70494ae18b19eb6be9c3845536ec"
+SRC_URI[sha256sum] = "6eea4583b8688c7d305b48d5908fa22700f57792617e4b1f3cd3766ddb520553"
 
 RDEPENDS_${PN} = "man"
 
-- 
1.7.9.5



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

* [PATCH 6/9] gnupg: 2.1.2 -> 2.1.4
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (4 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 5/9] man-pages: 3.83 -> 4.00 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1 Robert Yang
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Updated dirmngr-uses-libgpg-error.patch.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../gnupg/gnupg/dirmngr-uses-libgpg-error.patch    |    8 ++++----
 .../gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb}       |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb} (89%)

diff --git a/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch b/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
index 3dc506c..7af1955 100644
--- a/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
+++ b/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
@@ -4,13 +4,13 @@ Index: gnupg-2.1.0/dirmngr/Makefile.am
 ===================================================================
 --- gnupg-2.1.0.orig/dirmngr/Makefile.am
 +++ gnupg-2.1.0/dirmngr/Makefile.am
-@@ -71,7 +71,8 @@ endif
+@@ -78,7 +78,8 @@ endif
  dirmngr_LDADD = $(libcommontlsnpth) $(libcommonpth) \
-         ../gl/libgnu.a $(DNSLIBS) $(LIBASSUAN_LIBS) \
+         $(DNSLIBS) $(LIBASSUAN_LIBS) \
  	$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
 -	$(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV)
 +	$(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) \
-+        $(GPG_ERROR_LIBS)
- if !USE_LDAPWRAPPER
++	$(GPG_ERROR_LIBS)
+ if USE_LDAP
  dirmngr_LDADD += $(ldaplibs)
  endif
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.2.bb b/meta/recipes-support/gnupg/gnupg_2.1.4.bb
similarity index 89%
rename from meta/recipes-support/gnupg/gnupg_2.1.2.bb
rename to meta/recipes-support/gnupg/gnupg_2.1.4.bb
index 4784869..72635a2 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.2.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.4.bb
@@ -14,8 +14,8 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://dirmngr-uses-libgpg-error.patch \
           "
 
-SRC_URI[md5sum] = "156fbd6566f4c51caac741c858d30d96"
-SRC_URI[sha256sum] = "404f5a43d591dfe41f0ffb204b49a1533b67d77bc1fd68febd7e447575616792"
+SRC_URI[md5sum] = "c36f1a4c261ecc81fa5df551356c33f1"
+SRC_URI[sha256sum] = "64127eedd868510f2bccccb22c507a4878ffa07495db16a0f976c67f56426cb0"
 
 EXTRA_OECONF = "--disable-ldap \
 		--disable-ccid-driver \
-- 
1.7.9.5



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

* [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (5 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 6/9] gnupg: 2.1.2 -> 2.1.4 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-29 13:36   ` Richard Purdie
  2015-05-28  9:57 ` [PATCH 8/9] nasm: 2.11.06 -> 2.11.08 Robert Yang
  2015-05-28  9:57 ` [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1 Robert Yang
  8 siblings, 1 reply; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

* Updated fix-parallel.patch
* inherit autotools-brokensep, the autotools doesn't work:
  | make: *** No rule to make target `ctree.o', needed by `btrfs'.  Stop.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../btrfs-tools/btrfs-tools/fix-parallel.patch     |   16 ++++++++--------
 .../btrfs-tools/btrfs-tools_git.bb                 |   16 +++++++++-------
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
index 65c31a4..bbc53c6 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
@@ -11,20 +11,20 @@ Upstream-Status: Pending
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
 ---
- Makefile |    2 +-
+ Makefile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/Makefile b/Makefile
-index 9c69ada..30c6f06 100644
---- a/Makefile
-+++ b/Makefile
-@@ -118,7 +118,7 @@ else
- 	AM_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
+diff --git a/Makefile.in b/Makefile.in
+index 860a390..8a6fbd7 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -142,7 +142,7 @@ else
+ 	check_echo = true
  endif
  
 -%.o.d: %.c
 +%.o.d: %.c version.h
- 	$(Q)$(CC) -MM -MG -MF $@ -MT $(@:.o.d=.o) -MT $(@:.o.d=.static.o) -MT $@ $(AM_CFLAGS) $(CFLAGS) $<
+ 	$(Q)$(CC) -MM -MG -MF $@ -MT $(@:.o.d=.o) -MT $(@:.o.d=.static.o) -MT $@ $(CFLAGS) $<
  
  .c.o:
 -- 
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index d86075c..82403aa 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -12,19 +12,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
 SECTION = "base"
 DEPENDS = "util-linux attr e2fsprogs lzo acl"
 
-SRCREV = "344599a7aefe23c7169ccdde3ad1b921bb60024c"
+SRCREV = "c061b303c08af7a58373908d0d77ef0f1161fd36"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
            file://fix-parallel.patch \
 "
 
-S = "${WORKDIR}/git"
-
-PV = "3.18.2+git${SRCPV}"
+inherit autotools-brokensep pkgconfig
 
-EXTRA_OEMAKE += "DISABLE_DOCUMENTATION=1"
+EXTRA_OECONF += "--disable-documentation"
 
-do_install () {
-	oe_runmake 'DESTDIR=${D}' install
+do_configure_prepend() {
+      sh autogen.sh
 }
 
+S = "${WORKDIR}/git"
+
+PV = "4.0.1+git${SRCPV}"
+
 BBCLASSEXTEND = "native"
-- 
1.7.9.5



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

* [PATCH 8/9] nasm: 2.11.06 -> 2.11.08
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (6 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28  9:57 ` [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1 Robert Yang
  8 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb}      |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb} (81%)

diff --git a/meta/recipes-devtools/nasm/nasm_2.11.06.bb b/meta/recipes-devtools/nasm/nasm_2.11.08.bb
similarity index 81%
rename from meta/recipes-devtools/nasm/nasm_2.11.06.bb
rename to meta/recipes-devtools/nasm/nasm_2.11.08.bb
index 4a69a6a..e0724e6 100644
--- a/meta/recipes-devtools/nasm/nasm_2.11.06.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.11.08.bb
@@ -6,8 +6,9 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
 
 
 SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 "
-SRC_URI[md5sum] = "9d93e8df5f5c005567f47ed6ca3a93d4"
-SRC_URI[sha256sum] = "87b6d97d6981ca468f9dafda44cf1bb1ba122cec329d4d389af5db04fa0c3e6c"
+
+SRC_URI[md5sum] = "7aae5cb8e03fac48029c82a7470ab066"
+SRC_URI[sha256sum] = "9da3a0291a0bdc06305b7ba194f1e2c2b55ae6f11210b4af43729868149d5445"
 
 inherit autotools-brokensep
 
-- 
1.7.9.5



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

* [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1
  2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
                   ` (7 preceding siblings ...)
  2015-05-28  9:57 ` [PATCH 8/9] nasm: 2.11.06 -> 2.11.08 Robert Yang
@ 2015-05-28  9:57 ` Robert Yang
  2015-05-28 10:03   ` Martin Jansa
  8 siblings, 1 reply; 17+ messages in thread
From: Robert Yang @ 2015-05-28  9:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb}     |    0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} (100%)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb
rename to meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb
-- 
1.7.9.5



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

* Re: [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1
  2015-05-28  9:57 ` [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1 Robert Yang
@ 2015-05-28 10:03   ` Martin Jansa
  2015-05-29  1:31     ` Robert Yang
  0 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2015-05-28 10:03 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

On Thu, May 28, 2015 at 02:57:27AM -0700, Robert Yang wrote:
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  .../{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb}     |    0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta/recipes-kernel/lttng/{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} (100%)
> 
> diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb
> similarity index 100%
> rename from meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb
> rename to meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb

No change in SRCREV? This looks like no-op rename. Please test your
changes.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

* Re: [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1
  2015-05-28 10:03   ` Martin Jansa
@ 2015-05-29  1:31     ` Robert Yang
  0 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-29  1:31 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core



On 05/28/2015 06:03 PM, Martin Jansa wrote:
> On Thu, May 28, 2015 at 02:57:27AM -0700, Robert Yang wrote:
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   .../{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb}     |    0
>>   1 file changed, 0 insertions(+), 0 deletions(-)
>>   rename meta/recipes-kernel/lttng/{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} (100%)
>>
>> diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb
>> similarity index 100%
>> rename from meta/recipes-kernel/lttng/lttng-ust_2.6.0.bb
>> rename to meta/recipes-kernel/lttng/lttng-ust_2.6.1.bb
>
> No change in SRCREV? This looks like no-op rename. Please test your
> changes.
>

Sorry, changed SRCREV from 5748584c5ae8ca5c4da26f41b6c61bb816e6d50b to
369ee1a1b12338e5158d24f9c879f5dd52f1aba2, and updated in the repo:

   git://git.openembedded.org/openembedded-core-contrib rbt/PU

// Robert


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

* Re: [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1
  2015-05-28  9:57 ` [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1 Robert Yang
@ 2015-05-29 13:36   ` Richard Purdie
  2015-06-01  2:38     ` Robert Yang
  0 siblings, 1 reply; 17+ messages in thread
From: Richard Purdie @ 2015-05-29 13:36 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

On Thu, 2015-05-28 at 02:57 -0700, Robert Yang wrote:
> * Updated fix-parallel.patch
> * inherit autotools-brokensep, the autotools doesn't work:
>   | make: *** No rule to make target `ctree.o', needed by `btrfs'.  Stop.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  .../btrfs-tools/btrfs-tools/fix-parallel.patch     |   16 ++++++++--------
>  .../btrfs-tools/btrfs-tools_git.bb                 |   16 +++++++++-------
>  2 files changed, 17 insertions(+), 15 deletions(-)

Did upstream switch to autotools for 4.x? If so, this should really be
mentioned in the commit message to make sense of the changes.

Cheers,

Richard



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

* Re: [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1
  2015-05-29 13:36   ` Richard Purdie
@ 2015-06-01  2:38     ` Robert Yang
  0 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-06-01  2:38 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core



On 05/29/2015 09:36 PM, Richard Purdie wrote:
> On Thu, 2015-05-28 at 02:57 -0700, Robert Yang wrote:
>> * Updated fix-parallel.patch
>> * inherit autotools-brokensep, the autotools doesn't work:
>>    | make: *** No rule to make target `ctree.o', needed by `btrfs'.  Stop.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   .../btrfs-tools/btrfs-tools/fix-parallel.patch     |   16 ++++++++--------
>>   .../btrfs-tools/btrfs-tools_git.bb                 |   16 +++++++++-------
>>   2 files changed, 17 insertions(+), 15 deletions(-)
>
> Did upstream switch to autotools for 4.x? If so, this should really be
> mentioned in the commit message to make sense of the changes.

Yes, it does, I will send an updated patch for it.

// Robert

>
> Cheers,
>
> Richard
>
>
>


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

* [PATCH 0/9] Packages Upgrade
@ 2015-07-28  2:12 Robert Yang
  0 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-07-28  2:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 27d068d05239c26a3848eb101571acab54635e37:

  harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100)

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 (9):
  git: 2.4.4 -> 2.4.6
  file: 5.23 -> 5.24
  libuser: 0.61 -> 0.62
  less: 478 -> 479
  cracklib: 2.9.4 -> 2.9.5
  gnupg: 2.1.5 -> 2.1.6
  help2man-native: 1.46.4 -> 1.47.1
  man-pages: 4.00 -> 4.01
  pax-utils: 1.0.3 -> 1.0.5

 ...h-long-options-and-explicitly-number-them.patch |  116 --------------------
 .../file/0002-fix-bug-with-5.23-long-options.patch |   26 -----
 .../file/{file_5.23.bb => file_git.bb}             |   17 ++-
 meta/recipes-devtools/git/git_2.4.4.bb             |   11 --
 meta/recipes-devtools/git/git_2.4.6.bb             |   11 ++
 ...-native_1.46.4.bb => help2man-native_1.47.1.bb} |    4 +-
 .../{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb}     |    4 +-
 .../{cracklib_2.9.4.bb => cracklib_2.9.5.bb}       |    4 +-
 .../less/{less_478.bb => less_479.bb}              |    4 +-
 .../libuser/{libuser_0.61.bb => libuser_0.62.bb}   |    4 +-
 .../{man-pages_4.00.bb => man-pages_4.01.bb}       |   13 +--
 .../gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb}       |    4 +-
 12 files changed, 35 insertions(+), 183 deletions(-)
 delete mode 100644 meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch
 delete mode 100644 meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch
 rename meta/recipes-devtools/file/{file_5.23.bb => file_git.bb} (64%)
 delete mode 100644 meta/recipes-devtools/git/git_2.4.4.bb
 create mode 100644 meta/recipes-devtools/git/git_2.4.6.bb
 rename meta/recipes-devtools/help2man/{help2man-native_1.46.4.bb => help2man-native_1.47.1.bb} (79%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb} (83%)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.4.bb => cracklib_2.9.5.bb} (91%)
 rename meta/recipes-extended/less/{less_478.bb => less_479.bb} (88%)
 rename meta/recipes-extended/libuser/{libuser_0.61.bb => libuser_0.62.bb} (88%)
 rename meta/recipes-extended/man-pages/{man-pages_4.00.bb => man-pages_4.01.bb} (81%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb} (89%)

-- 
1.7.9.5



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

* [PATCH 0/9] packages upgrade
@ 2016-01-11  0:30 Hongxu Jia
  0 siblings, 0 replies; 17+ messages in thread
From: Hongxu Jia @ 2016-01-11  0:30 UTC (permalink / raw)
  To: openembedded-core, ross.burton

The following changes since commit 221d864042658daa054281aab439b44d54fe94d7:

  bitbake: fetch/git: Change to use clearer ssh url syntax for broken servers (2016-01-08 13:58:08 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/upgrade-11012016
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-11012016

Hongxu Jia (9):
  dhcp: 4.3.2 -> 4.3.3
  elfutils: 0.163 -> 0.164
  pax-utils: 1.0.5 -> 1.1.4
  xmlto: 0.0.26 -> 0.0.28
  libgcrypt: 1.6.3 -> 1.6.4
  ghostscript: 9.16 -> 9.18
  man-pages: 4.02 -> 4.04
  help2man-native: 1.47.1 -> 1.47.3
  gnupg: 2.1.7 -> 2.1.10

 .../dhcp/dhcp/fix-external-bind.patch              |   79 +-
 .../dhcp/dhcp/fixsepbuild.patch                    |   19 -
 .../dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb}          |    4 +-
 .../elfutils/elfutils-0.163/arm_func_value.patch   |  165 ----
 .../elfutils-0.163/arm_unwind_ret_mask.patch       |   83 --
 .../elfutils/elfutils-0.163/non_linux.patch        |   35 -
 .../elfutils-0.163/redhat-portability.diff         | 1021 --------------------
 .../elfutils/elfutils-0.163/scanf-format.patch     |   40 -
 .../uclibc-support-for-elfutils-0.161.patch        |  106 --
 ...ferences-between-mips-machine-identifiers.patch |   34 +
 ...m-Silence-Werror-maybe-uninitialized-fals.patch |    0
 .../0001-fix-a-stack-usage-warning.patch           |    0
 .../0001-remove-the-unneed-checking.patch          |    0
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  168 ++++
 .../0003-Add-mips-n64-relocation-format-hack.patch |  226 +++++
 .../arm_backend.diff                               |  389 ++++----
 .../fixheadercheck.patch                           |    0
 .../hppa_backend.diff                              |   69 +-
 .../elfutils/elfutils-0.164/kfreebsd_path.patch    |   15 +
 .../m68k_backend.diff                              |   61 +-
 .../mips_backend.diff                              |   71 +-
 .../mips_readelf_w.patch                           |    8 +-
 .../testsuite-ignore-elflint.diff                  |    0
 .../{elfutils_0.163.bb => elfutils_0.164.bb}       |   15 +-
 ...-native_1.47.1.bb => help2man-native_1.47.3.bb} |    4 +-
 .../{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb}     |    4 +-
 ....in-drop-the-test-of-xmllint-and-xsltproc.patch |    0
 .../xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb}     |    4 +-
 .../{ghostscript_9.16.bb => ghostscript_9.18.bb}   |    6 +-
 .../{man-pages_4.02.bb => man-pages_4.04.bb}       |    4 +-
 .../gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb}      |    7 +-
 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb  |    4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb  |    4 +
 33 files changed, 798 insertions(+), 1847 deletions(-)
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb} (70%)
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0001-Ignore-differences-between-mips-machine-identifiers.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-fix-a-stack-usage-warning.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-remove-the-unneed-checking.patch (100%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0002-Add-support-for-mips64-abis-in-mips_retval.c.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0003-Add-mips-n64-relocation-format-hack.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/arm_backend.diff (82%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/fixheadercheck.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/hppa_backend.diff (93%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/kfreebsd_path.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/m68k_backend.diff (89%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_backend.diff (92%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_readelf_w.patch (75%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/testsuite-ignore-elflint.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.163.bb => elfutils_0.164.bb} (87%)
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.1.bb => help2man-native_1.47.3.bb} (79%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} (83%)
 rename meta/recipes-devtools/xmlto/{xmlto-0.0.26 => xmlto-0.0.28}/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch (100%)
 rename meta/recipes-devtools/xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb} (88%)
 rename meta/recipes-extended/ghostscript/{ghostscript_9.16.bb => ghostscript_9.18.bb} (94%)
 rename meta/recipes-extended/man-pages/{man-pages_4.02.bb => man-pages_4.04.bb} (86%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb} (84%)
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb

-- 
1.9.1



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

* [PATCH 0/9] Packages upgrade
@ 2019-01-09  7:19 Yi Zhao
  0 siblings, 0 replies; 17+ messages in thread
From: Yi Zhao @ 2019-01-09  7:19 UTC (permalink / raw)
  To: openembedded-core


Yi Zhao (9):
  libcheck: update HOMEPAGE
  ltp: update HOMEPAGE
  file: upgrade 5.34 -> 5.35
  libcap: upgrade 2.25 -> 2.26
  libsdl2: upgrade 2.0.8 -> 2.0.9
  wget: upgrade 1.19.5 -> 1.20.1
  gnu-efi: upgrade 3.0.8 -> 3.0.9
  logrotate: upgrade 3.14.0 -> 3.15.0
  json-glib: upgrade 1.4.2 -> 1.4.4

 .../gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} |   4 +-
 .../file/{file_5.34.bb => file_5.35.bb}            |   4 +-
 .../logrotate/act-as-mv-when-rotate.patch          | 141 ++++++++++-----------
 .../disable-check-different-filesystems.patch      |  40 +++---
 .../{logrotate_3.14.0.bb => logrotate_3.15.0.bb}   |   6 +-
 meta/recipes-extended/ltp/ltp_20180926.bb          |   2 +-
 ...need_charset_alias-when-building-for-musl.patch |  30 -----
 meta/recipes-extended/wget/wget_1.19.5.bb          |   9 --
 meta/recipes-extended/wget/wget_1.20.1.bb          |   8 ++
 .../{json-glib_1.4.2.bb => json-glib_1.4.4.bb}     |  10 +-
 ...01-GLES2-Get-sin-cos-out-of-vertex-shader.patch | 141 ---------------------
 .../libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} |   5 +-
 .../files/0001-Fix-build-with-gperf-3.1.patch      |  41 ------
 .../libcap/{libcap_2.25.bb => libcap_2.26.bb}      |   5 +-
 meta/recipes-support/libcheck/libcheck_0.12.0.bb   |   2 +-
 15 files changed, 120 insertions(+), 328 deletions(-)
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} (95%)
 rename meta/recipes-devtools/file/{file_5.34.bb => file_5.35.bb} (91%)
 rename meta/recipes-extended/logrotate/{logrotate_3.14.0.bb => logrotate_3.15.0.bb} (94%)
 delete mode 100644 meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
 delete mode 100644 meta/recipes-extended/wget/wget_1.19.5.bb
 create mode 100644 meta/recipes-extended/wget/wget_1.20.1.bb
 rename meta/recipes-gnome/json-glib/{json-glib_1.4.2.bb => json-glib_1.4.4.bb} (83%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-GLES2-Get-sin-cos-out-of-vertex-shader.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} (92%)
 delete mode 100644 meta/recipes-support/libcap/files/0001-Fix-build-with-gperf-3.1.patch
 rename meta/recipes-support/libcap/{libcap_2.25.bb => libcap_2.26.bb} (90%)

-- 
2.7.4



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

end of thread, other threads:[~2019-01-09  7:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28  9:57 [PATCH 0/9] Packages Upgrade Robert Yang
2015-05-28  9:57 ` [PATCH 1/9] debianutils: 4.4 -> 4.5 Robert Yang
2015-05-28  9:57 ` [PATCH 2/9] git: 2.3.7 -> 2.4.2 Robert Yang
2015-05-28  9:57 ` [PATCH 3/9] python-git: 1.0.0 -> 1.0.1 Robert Yang
2015-05-28  9:57 ` [PATCH 4/9] cracklib: 2.9.3 -> 2.9.4 Robert Yang
2015-05-28  9:57 ` [PATCH 5/9] man-pages: 3.83 -> 4.00 Robert Yang
2015-05-28  9:57 ` [PATCH 6/9] gnupg: 2.1.2 -> 2.1.4 Robert Yang
2015-05-28  9:57 ` [PATCH 7/9] btrfs-tools: 3.18.2 -> 4.0.1 Robert Yang
2015-05-29 13:36   ` Richard Purdie
2015-06-01  2:38     ` Robert Yang
2015-05-28  9:57 ` [PATCH 8/9] nasm: 2.11.06 -> 2.11.08 Robert Yang
2015-05-28  9:57 ` [PATCH 9/9] lttng-ust: 2.6.0 -> 2.6.1 Robert Yang
2015-05-28 10:03   ` Martin Jansa
2015-05-29  1:31     ` Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2015-07-28  2:12 [PATCH 0/9] Packages Upgrade Robert Yang
2016-01-11  0:30 [PATCH 0/9] packages upgrade Hongxu Jia
2019-01-09  7:19 [PATCH 0/9] Packages upgrade Yi Zhao

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