]> code.ossystems Code Review - openembedded-core.git/commitdiff
distrodata: Remove unnecessary include of package_regex.inc
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 2 Jun 2015 16:48:02 +0000 (11:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jun 2015 16:32:44 +0000 (17:32 +0100)
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>
meta/classes/distrodata.bbclass

index 83aa381fe7e975c7640ddf90f0bd47ea8681d119..e1fc6dd3fd6c93923d2f32c736c00b32eafe3ccc 100644 (file)
@@ -1,4 +1,3 @@
-include conf/distro/include/package_regex.inc
 addhandler distro_eventhandler
 distro_eventhandler[eventmask] = "bb.event.BuildStarted"
 python distro_eventhandler() {