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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ messages in thread

end of thread, other threads:[~2015-06-01  2:38 UTC | newest]

Thread overview: 14+ 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

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