mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 18:41:58 +00:00
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
669 B
Diff
27 lines
669 B
Diff
Upstream-Status: Pending
|
|
|
|
commit 3e96a6c41bdd26417265a45ed685138d8eed564e
|
|
Author: Aws Ismail <aws.ismail@windriver.com>
|
|
Date: Fri Sep 14 02:32:53 2012 -0400
|
|
|
|
openl2tp: Enable tests
|
|
|
|
Build the test direcctory as part
|
|
of the overall build
|
|
|
|
Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 412cf4d..adf4f44 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -16,7 +16,7 @@ L2TP_FEATURE_LOCAL_CONF_FILE= y
|
|
|
|
# Define to include test code. This must be defined to run the
|
|
# regression tests
|
|
-# L2TP_TEST= y
|
|
+L2TP_TEST=y
|
|
|
|
# Define to compile in debug code. Also makes default trace flags
|
|
# enable all messages
|