All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] buildtools-tarball: set INHIBIT_DEFAULT_DEPS
@ 2016-04-19  2:09 Robert Yang
  2016-04-19  2:09 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-19  2:09 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e003ef038819c10f351bb8268b377626c95bb077:

  toasterconf.json: Update for krogoth release (2016-04-18 16:48:58 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/bt
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/bt

Robert Yang (1):
  buildtools-tarball: set INHIBIT_DEFAULT_DEPS

 meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.8.0



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

* [PATCH 1/1] buildtools-tarball: set INHIBIT_DEFAULT_DEPS
  2016-04-19  2:09 [PATCH 0/1] buildtools-tarball: set INHIBIT_DEFAULT_DEPS Robert Yang
@ 2016-04-19  2:09 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-19  2:09 UTC (permalink / raw)
  To: openembedded-core

The recipe doesn't need any default deps.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index ee86881..e9578ca 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -67,3 +67,6 @@ create_sdk_files_append () {
 
 # buildtools-tarball doesn't need config site
 TOOLCHAIN_NEED_CONFIGSITE_CACHE = ""
+
+# The recipe doesn't need any default deps
+INHIBIT_DEFAULT_DEPS = "1"
-- 
2.8.0



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

end of thread, other threads:[~2016-04-19  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-19  2:09 [PATCH 0/1] buildtools-tarball: set INHIBIT_DEFAULT_DEPS Robert Yang
2016-04-19  2:09 ` [PATCH 1/1] " Robert Yang

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.