[oe-commits] [openembedded-core] 12/23: pbzip2: don't skip do_configure

git at git.openembedded.org git at git.openembedded.org
Thu Apr 14 09:59:18 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 28981cad0d9c1d319772950396fbafa932c36a69
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Mon Apr 11 17:28:28 2016 -0700

    pbzip2: don't skip do_configure
    
    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 b3c5975..06c2766 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list