mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
There were few bugs in the _isInitialized() function which might trigger git repo to be reinitialized and patches failing to apply. (From OE-Core rev: 80500ecda4c1bc8812e6e078b6b0db5ec46624de) Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
241 B
Diff
10 lines
241 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 432a9b4..bbf7c74 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,3 +1,4 @@
|
|
+## This is useless comment to test if patch works
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = matchbox-panel applets data po
|