mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
License-Update: Upstream added SPDX tags and more license information. The main license is AFL-2.1 | GPL-2.0-or-later however some files are LGPL-2.1-or-later or MIT licensed. The bash completiion plugin is GPL-2.0-or-later only. Therefore: * Add checksums for the separated license files * Update the main LICENSE * Specify the correct license for the bash completion plugin (From OE-Core rev: 82f2675ad3821398a849ced303b6f637f14723d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
645 B
Diff
24 lines
645 B
Diff
From 8bb06c2f0929a4b878fd9abdb63c177a7c308b9d Mon Sep 17 00:00:00 2001
|
|
From: Kevin Tian <kevin.tian@intel.com>
|
|
Date: Tue, 21 Nov 2006 14:20:37 +0000
|
|
Subject: [PATCH] Disable compiling examples
|
|
|
|
Upstream-Status: Inappropriate [disable feature]
|
|
|
|
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
|
|
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
|
---
|
|
dbus/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
|
|
index 2e8cb27..a86df30 100644
|
|
--- a/dbus/Makefile.am
|
|
+++ b/dbus/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = . examples
|
|
+SUBDIRS = .
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|