On 14 July 2014 16:54, Martin Jansa <[email protected]> wrote: > On Mon, Jul 14, 2014 at 10:41:34AM +0200, Koen Kooi wrote: > > Libhugetlbs doesn't generate proper .so.X libs, only two .so files. > Package those in ${PN} and silence the resulting QA warning. This fixes: > > > > ERROR: QA Issue: libhugetlbfs-tests rdepends on libhugetlbfs-dev > > > > Signed-off-by: Koen Kooi <[email protected]> > > --- > > meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 6 +++++- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > > index af7ed3e..d3b64bf 100644 > > --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > > +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb > > @@ -25,6 +25,7 @@ COMPATIBLE_HOST = > "(x86_64|powerpc|powerpc64|aarch64).*-linux*" > > > > LIBARGS = "LIB32=${baselib} LIB64=${baselib}" > > EXTRA_OEMAKE = "'ARCH=${TARGET_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' > ${LIBARGS} V=1" > > +PARALLEL_MAKE_pn-${PN} = "" > > Is _pn override really needed? >
It isn't, I only moved the line without noticing the override. Do you want me to respin? -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
