diff options
author | Ross Burton <ross.burton@intel.com> | 2015-06-16 10:31:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:46:58 +0100 |
commit | 798daa70bffa30b4fb96022dd5e410d8f973274d (patch) | |
tree | 70cafcd1ecadb393e9c9299484418df0764ae7c8 | |
parent | 41423d94a7d581e05351e47798dcf4e8d04185c3 (diff) | |
download | poky-798daa70bffa30b4fb96022dd5e410d8f973274d.tar.gz |
Revert "distrodata: Remove unnecessary include of package_regex.inc"
Instead of asking the user to include a number of configuration files, the class
can do this. Next step is to fix the documentation.
This reverts commit 2a4ee94667d4d356cad2ca6d60a100a30c92737b.
(From OE-Core rev: 5af4f61dfa7ac583fb96a0309c6130b7e6820fc9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/distrodata.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 1886805824..39d5508fc5 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass | |||
@@ -1,3 +1,4 @@ | |||
1 | include conf/distro/include/package_regex.inc | ||
1 | addhandler distro_eventhandler | 2 | addhandler distro_eventhandler |
2 | distro_eventhandler[eventmask] = "bb.event.BuildStarted" | 3 | distro_eventhandler[eventmask] = "bb.event.BuildStarted" |
3 | python distro_eventhandler() { | 4 | python distro_eventhandler() { |