mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
aa851eb8e1
* even openembedded-core/scripts/yocto-check-layer didn't spot missing Upstream-Status in: /OE/layers/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/7_6.diff nor Malformed Upstream-Status 'Malformed Upstream-Status in patch /OE/layers/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Unbolt-ubuntu-hack.patch Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : Upstream-Status: Inappropriates [ Cross-compile specific ]' (/OE/layers/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Unbolt-ubuntu-hack.patch) Unknown Upstream-Status value 'inappropriates' (/OE/layers/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Unbolt-ubuntu-hack.patch) those were caught by patchreview.py again, but executed on dynamic-layers/* as: openembedded-core# for l in /OE/layers/meta-openembedded/meta-oe/dynamic-layers/*; do ./scripts/contrib/patchreview.py -v $l > $l.qa-patches; done Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
496 B
Diff
16 lines
496 B
Diff
Upstream-Status: Pending
|
|
|
|
=== modified file 'openbox-xdgmenu.c'
|
|
--- openbox-xdgmenu.c 2011-09-03 20:13:39 +0000
|
|
+++ openbox-xdgmenu.c 2013-12-28 17:41:04 +0000
|
|
@@ -235,7 +235,7 @@
|
|
}
|
|
|
|
g_printf("<item label=\"%s\">\n", g_strjoinv("&", g_strsplit(name,"&",0))),
|
|
- g_printf("<action name=\"Execute\"><execute>%s</execute></action>\n", exec),
|
|
+ g_printf("<action name=\"Execute\"><command>%s</command></action>\n", exec),
|
|
g_printf("</item>\n");
|
|
|
|
g_free(name);
|
|
|