aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-06-16 10:31:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:38:12 +0100
commit5af4f61dfa7ac583fb96a0309c6130b7e6820fc9 (patch)
treeb2760c531a949012fdf7f2ccb835451022e7779c
parentcc6f6f96b668f7ef3db0f83c7d3585d81c569d31 (diff)
downloadopenembedded-core-contrib-5af4f61dfa7ac583fb96a0309c6130b7e6820fc9.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/classes/distrodata.bbclass1
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 @@
+include conf/distro/include/package_regex.inc
addhandler distro_eventhandler
distro_eventhandler[eventmask] = "bb.event.BuildStarted"
python distro_eventhandler() {