[oe-commits] Ross Burton : Revert "distrodata: Remove unnecessary include of package_regex.inc"

git at git.openembedded.org git at git.openembedded.org
Tue Jun 23 10:55:10 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jun 16 10:31:29 2015 +0100

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

---

 meta/classes/distrodata.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 1886805..39d5508 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() {



More information about the Openembedded-commits mailing list