]> code.ossystems Code Review - openembedded-core.git/commit
list-packageconfig-flags: print PN instead of P
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 2 Jul 2019 04:12:47 +0000 (16:12 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jul 2019 08:09:50 +0000 (09:09 +0100)
commit7facaacd145c2924414ad63ddce07602a72d02c1
tree700eb8f9bdbe93a6c473228de5df234d5bcd224b
parent36f308b0134c69b439152c2473a274d96b0fee89
list-packageconfig-flags: print PN instead of P

P (which is ${PN}-${PV}) isn't terribly useful in this context - we
don't really care what the version is, but we do want to know what the
recipe is so we can find it or set PACKAGECONFIG_pn-<PN> in our
configuration, so display ${PN} instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/list-packageconfig-flags.py