diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-04-11 17:28:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-14 10:58:33 +0100 |
commit | 1229009980999033c062c7331dae8615be0d4a6c (patch) | |
tree | d1633ebdc48df040efb0c494875599984bcaa546 /meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |
parent | 1e4ee30079ab44ec76822fa566c423b72e3fdef8 (diff) | |
download | poky-1229009980999033c062c7331dae8615be0d4a6c.tar.gz |
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).
(From OE-Core rev: 28981cad0d9c1d319772950396fbafa932c36a69)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb')
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 |
1 files changed, 0 insertions, 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 b3c5975811..06c2766158 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 | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/" | 19 | UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/" |
20 | 20 | ||
21 | do_configure[noexec] = "1" | ||
22 | |||
23 | EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" | 21 | EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" |
24 | 22 | ||
25 | do_install() { | 23 | do_install() { |