[oe-commits] =?UTF-8?Q?An=C3=ADbal=20Lim=C3=B3n=20?=: distrodata: Remove unnecessary include of package_regex.inc

git at git.openembedded.org git at git.openembedded.org
Tue Jun 9 16:12:50 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c53917e79dc34757a482c94e653568619868fff4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c53917e79dc34757a482c94e653568619868fff4

Author: Aníbal Limón <anibal.limon at linux.intel.com>
Date:   Tue Jun  2 11:48:02 2015 -0500

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 at linux.intel.com>

---

 meta/classes/distrodata.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 83aa381..e1fc6dd 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() {



More information about the Openembedded-commits mailing list