]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
list-packageconfig-flags: print PN instead of P paule/ddimage-fixes2
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 3 Dec 2018 21:57:35 +0000 (10:57 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 2 Jul 2019 04:11:06 +0000 (16:11 +1200)
commitb64ece6a36e04c2c356ad8d1b56fe4ef42ed759f
tree05cf8140f0ea01ebb8dee4fcdcb9e01dd4ed5404
parentdc6f669e7b7dbb7b97f8cea4b5f57b2bbb9bc885
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>
scripts/contrib/list-packageconfig-flags.py