[yocto] [opkg-utils PATCH] Makefile: fixed for-loop in install receipe

2019-05-29 Thread Joshua DeWeese
From: Joshua DeWeese The install receipe would have copied all the manpages to each of the section folders. This change will do what I believe the original author had intended. Signed-off-by: Joshua DeWeese --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] setting arch of a single package of a recipe

2019-01-28 Thread Joshua DeWeese
Is it possible, when splitting a recipe into multiple packages, to change the arch of only one package? (example: setting foopackage-doc arch to "all") I can't seem to find a way to set PACKAGE_ARCH for a single package. I've tried PACKAGE_ARCH_${PN}-doc which didn't work. Grepping for