All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/1] autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals
@ 2017-03-02  5:39 Dengke Du
  2017-03-02  5:39 ` [PATCH V2 1/1] " Dengke Du
  0 siblings, 1 reply; 2+ messages in thread
From: Dengke Du @ 2017-03-02  5:39 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e77712ee028b1946ab2268737499640452f7ac6f:

  core-image-lsb-sdk: Lower IMAGE_OVERHEAD_FACTOR (2017-03-01 23:27:11 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib dengke/del-extra-varflag-set-for-autotools_copy_aclocals
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=dengke/del-extra-varflag-set-for-autotools_copy_aclocals

Dengke Du (1):
  autotools.bbclass: delete the extra varflag set for
    autotools_copy_aclocals

 meta/classes/autotools.bbclass | 1 -
 1 file changed, 1 deletion(-)

-- 
2.8.1



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

* [PATCH V2 1/1] autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals
  2017-03-02  5:39 [PATCH V2 0/1] autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals Dengke Du
@ 2017-03-02  5:39 ` Dengke Du
  0 siblings, 0 replies; 2+ messages in thread
From: Dengke Du @ 2017-03-02  5:39 UTC (permalink / raw)
  To: openembedded-core

The autotools_copy_aclocals has been droped, so the varflag set for that should
be removed.

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 meta/classes/autotools.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index da5ec27..d494734 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -143,7 +143,6 @@ python autotools_aclocals () {
     # Refresh variable with cache files
     d.setVar("CONFIG_SITE", siteinfo_get_files(d, aclocalcache=True))
 }
-autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
 
 CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am"
 
-- 
2.8.1



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

end of thread, other threads:[~2017-03-02  5:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  5:39 [PATCH V2 0/1] autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals Dengke Du
2017-03-02  5:39 ` [PATCH V2 1/1] " Dengke Du

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.