From 8f69ed50d12fbe00c97e682398581b163858d680 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Nov 2013 23:12:08 +0100 Subject: meta-oe, meta-efl: Restore few MIRROR variables * these were correctly removed from oe-core in commit 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell Date: Thu Nov 14 18:15:46 2013 +0000 bitbake.conf: Remove obsolete/unused MIRROR cruft but we still need them here, so add them to layer.conf * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe) meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with upstream moveing to git, not all components are already in git and for distros with populated PREMIRROR these variables are still important to parse the recipes. Signed-off-by: Martin Jansa --- meta-efl/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-efl') diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf index 272fc04908..fb9a7cecf2 100644 --- a/meta-efl/conf/layer.conf +++ b/meta-efl/conf/layer.conf @@ -7,3 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "efl-layer" BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_efl-layer = "7" + +E_MIRROR = "http://download.enlightenment.org/releases" +E_SVN = "svn://svn.enlightenment.org/svn/e" -- cgit 1.2.3-korg