]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
prexport.bbclass: avoid export for native and crosssdk
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 20 Oct 2015 07:33:27 +0000 (00:33 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 20 Oct 2015 09:20:04 +0000 (02:20 -0700)
commitd3616a95e536ad691d3a6ee432d15fa28d6d7b4a
tree62206a50a0abaaac4f679cce9fcf7dca559c3148
parent3308987e7fd99e5ebf9e812966c5cf3719ce2271
prexport.bbclass: avoid export for native and crosssdk

* The prservice is only used by do_package, the native or crosssdk
  doesn't have do_package.
* Change WARN to NOTE when no AUTOPR found, the prexport_handler()
  checks all the parsed recipes, but a lot of them may not be built, for
  example, the lower version or broken recipes. So change WARN to NOTE to
  not confuse user.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/prexport.bbclass