mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
be8c765c7c
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>
61 lines
2.0 KiB
Diff
61 lines
2.0 KiB
Diff
Upstream-Status: Pending
|
|
|
|
upstream: not applicable
|
|
author: pH5
|
|
comment: Stage the native anthy helpers mkfiledic, mkdepgraph, mkworddic,
|
|
comment: calctrans and proccorpus.
|
|
|
|
Index: anthy-9100h/mkanthydic/Makefile.am
|
|
===================================================================
|
|
--- anthy-9100h.orig/mkanthydic/Makefile.am
|
|
+++ anthy-9100h/mkanthydic/Makefile.am
|
|
@@ -3,7 +3,7 @@ noinst_SCRIPTS =
|
|
CLEANFILES = anthy.dic
|
|
INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\"
|
|
|
|
-noinst_PROGRAMS = mkfiledic
|
|
+bin_PROGRAMS = mkfiledic
|
|
mkfiledic_SOURCES = mkfiledic.c
|
|
mkfiledic_LDADD = ../src-diclib/libdiclib.la
|
|
|
|
Index: anthy-9100h/depgraph/Makefile.am
|
|
===================================================================
|
|
--- anthy-9100h.orig/depgraph/Makefile.am
|
|
+++ anthy-9100h/depgraph/Makefile.am
|
|
@@ -9,7 +9,7 @@ CLEANFILES = anthy.dep
|
|
EXTRA_DIST = indepword.txt $(DEPWORDS)
|
|
|
|
# Generate the dictionary
|
|
-noinst_PROGRAMS = mkdepgraph
|
|
+bin_PROGRAMS = mkdepgraph
|
|
mkdepgraph_SOURCES = mkdepgraph.c
|
|
mkdepgraph_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la
|
|
|
|
Index: anthy-9100h/mkworddic/Makefile.am
|
|
===================================================================
|
|
--- anthy-9100h.orig/mkworddic/Makefile.am
|
|
+++ anthy-9100h/mkworddic/Makefile.am
|
|
@@ -26,7 +26,8 @@ DIC_FILES = @top_srcdir@/alt-cannadic/gc
|
|
@top_srcdir@/mkworddic/udict
|
|
|
|
# Generate the dictionary
|
|
-noinst_PROGRAMS = mkworddic
|
|
+#noinst_PROGRAMS = mkworddic
|
|
+bin_PROGRAMS = mkworddic
|
|
mkworddic_SOURCES = mkdic.c writewords.c mkudic.c calcfreq.c mkdic.h
|
|
mkworddic_LDADD = ../src-worddic/libanthydic.la
|
|
|
|
Index: anthy-9100h/calctrans/Makefile.am
|
|
===================================================================
|
|
--- anthy-9100h.orig/calctrans/Makefile.am
|
|
+++ anthy-9100h/calctrans/Makefile.am
|
|
@@ -3,7 +3,7 @@ EXTRA_DIST =\
|
|
corpus.3.txt corpus.4.txt corpus.5.txt\
|
|
corpus_info weak_words
|
|
|
|
-noinst_PROGRAMS = calctrans proccorpus
|
|
+bin_PROGRAMS = calctrans proccorpus
|
|
INCLUDES = -I$(top_srcdir)/
|
|
|
|
calctrans_SOURCES = calctrans.c input_set.c input_set.h corpus.c
|