diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-06-02 11:48:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-08 17:32:44 +0100 |
commit | c53917e79dc34757a482c94e653568619868fff4 (patch) | |
tree | 459a654d47c69183cceab3cc83aac941211283c6 /meta/classes | |
parent | c1c3c9a4fbaf01a905f79b0970f98ccb221a3935 (diff) | |
download | openembedded-core-c53917e79dc34757a482c94e653568619868fff4.tar.gz openembedded-core-c53917e79dc34757a482c94e653568619868fff4.tar.bz2 openembedded-core-c53917e79dc34757a482c94e653568619868fff4.zip |
distrodata: Remove unnecessary include of package_regex.inc
This causes a warning when follow documentation to use distrodata
class that points to include,
include conf/distro/include/distro_alias.inc
include conf/distro/include/recipe_color.inc
include conf/distro/include/maintainers.inc
include conf/distro/include/upstream_tracking.inc
include conf/distro/include/package_regex.inc
INHERIT+= "distrodata"
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/distrodata.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 83aa381fe7..e1fc6dd3fd 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass @@ -1,4 +1,3 @@ -include conf/distro/include/package_regex.inc addhandler distro_eventhandler distro_eventhandler[eventmask] = "bb.event.BuildStarted" python distro_eventhandler() { |