Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] pbzip2: fix rebuild issues
@ 2016-04-12  0:28 Andre McCurdy
  2016-04-12  0:28 ` [PATCH 1/2] pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade Andre McCurdy
  2016-04-12  0:28 ` [PATCH 2/2] pbzip2: don't skip do_configure Andre McCurdy
  0 siblings, 2 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-12  0:28 UTC (permalink / raw)
  To: openembedded-core

Andre McCurdy (2):
  pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade
  pbzip2: don't skip do_configure

 meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
1.9.1



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

* [PATCH 1/2] pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade
  2016-04-12  0:28 [PATCH 0/2] pbzip2: fix rebuild issues Andre McCurdy
@ 2016-04-12  0:28 ` Andre McCurdy
  2016-04-12  0:28 ` [PATCH 2/2] pbzip2: don't skip do_configure Andre McCurdy
  1 sibling, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-12  0:28 UTC (permalink / raw)
  To: openembedded-core

The 1.1.3 update to COPYING changes a reference to pbzip2's version
number and release date. LIC_FILES_CHKSUM should have been updated
accordingly as part of the 1.1.12 -> 1.1.13 upgrade:

  http://git.openembedded.org/openembedded-core/commit/?id=80712b7c0959c197ccb21efd5e7a963d1d2e83ae

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
index b3c5975..77e70fc 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
@@ -6,7 +6,7 @@ newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)."
 HOMEPAGE = "http://compression.ca/pbzip2/"
 SECTION = "console/utils"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4c4f2edec9679d5abef3514a816b54a4"
+LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743"
 
 DEPENDS = "bzip2"
 DEPENDS_append_class-native = " bzip2-replacement-native"
-- 
1.9.1



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

* [PATCH 2/2] pbzip2: don't skip do_configure
  2016-04-12  0:28 [PATCH 0/2] pbzip2: fix rebuild issues Andre McCurdy
  2016-04-12  0:28 ` [PATCH 1/2] pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade Andre McCurdy
@ 2016-04-12  0:28 ` Andre McCurdy
  1 sibling, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-12  0:28 UTC (permalink / raw)
  To: openembedded-core

Although pbzip2 itself doesn't require any configuring, skipping
do_configure means the 'make clean' step performed by the default
base.bbclass do_configure is skipped too, which means that pbzip2
may not be rebuilt if something it depends on has changed (e.g. if
libbz2 has been modified).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
index 77e70fc..06d37ad 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
@@ -18,8 +18,6 @@ SRC_URI[sha256sum] = "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b
 
 UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/"
 
-do_configure[noexec] = "1"
-
 EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'"
 
 do_install() {
-- 
1.9.1



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

end of thread, other threads:[~2016-04-12  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12  0:28 [PATCH 0/2] pbzip2: fix rebuild issues Andre McCurdy
2016-04-12  0:28 ` [PATCH 1/2] pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade Andre McCurdy
2016-04-12  0:28 ` [PATCH 2/2] pbzip2: don't skip do_configure Andre McCurdy

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