From 3f5e4242a2a68a39201779fd55525b429e228f13 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 14 Oct 2012 21:08:06 +0200 Subject: [PATCH] Rename recipes to recipes-games to match the layered openembedded structure. Signed-off-by: Denis 'GNUtoo' Carikli --- conf/layer.conf | 2 +- {recipes => recipes-games}/freeciv/freeciv.inc | 0 {recipes => recipes-games}/freeciv/freeciv/allow-root.patch | 0 .../freeciv/freeciv/wait-server-start.patch | 0 {recipes => recipes-games}/freeciv/freeciv_2.3.2.bb | 0 {recipes => recipes-games}/scummvm/scummvm/no-strip.patch | 0 {recipes => recipes-games}/scummvm/scummvm/scummvm.desktop | 0 {recipes => recipes-games}/scummvm/scummvm_1.5.0.bb | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {recipes => recipes-games}/freeciv/freeciv.inc (100%) rename {recipes => recipes-games}/freeciv/freeciv/allow-root.patch (100%) rename {recipes => recipes-games}/freeciv/freeciv/wait-server-start.patch (100%) rename {recipes => recipes-games}/freeciv/freeciv_2.3.2.bb (100%) rename {recipes => recipes-games}/scummvm/scummvm/no-strip.patch (100%) rename {recipes => recipes-games}/scummvm/scummvm/scummvm.desktop (100%) rename {recipes => recipes-games}/scummvm/scummvm_1.5.0.bb (100%) diff --git a/conf/layer.conf b/conf/layer.conf index 0032926..3fe3e19 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/dependencies/*/*.bb ${LAYERDIR}/test/images/*/*.bb" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/dependencies/*/*.bb ${LAYERDIR}/test/images/*/*.bb" BBFILE_COLLECTIONS += "games-layer" BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" diff --git a/recipes/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc similarity index 100% rename from recipes/freeciv/freeciv.inc rename to recipes-games/freeciv/freeciv.inc diff --git a/recipes/freeciv/freeciv/allow-root.patch b/recipes-games/freeciv/freeciv/allow-root.patch similarity index 100% rename from recipes/freeciv/freeciv/allow-root.patch rename to recipes-games/freeciv/freeciv/allow-root.patch diff --git a/recipes/freeciv/freeciv/wait-server-start.patch b/recipes-games/freeciv/freeciv/wait-server-start.patch similarity index 100% rename from recipes/freeciv/freeciv/wait-server-start.patch rename to recipes-games/freeciv/freeciv/wait-server-start.patch diff --git a/recipes/freeciv/freeciv_2.3.2.bb b/recipes-games/freeciv/freeciv_2.3.2.bb similarity index 100% rename from recipes/freeciv/freeciv_2.3.2.bb rename to recipes-games/freeciv/freeciv_2.3.2.bb diff --git a/recipes/scummvm/scummvm/no-strip.patch b/recipes-games/scummvm/scummvm/no-strip.patch similarity index 100% rename from recipes/scummvm/scummvm/no-strip.patch rename to recipes-games/scummvm/scummvm/no-strip.patch diff --git a/recipes/scummvm/scummvm/scummvm.desktop b/recipes-games/scummvm/scummvm/scummvm.desktop similarity index 100% rename from recipes/scummvm/scummvm/scummvm.desktop rename to recipes-games/scummvm/scummvm/scummvm.desktop diff --git a/recipes/scummvm/scummvm_1.5.0.bb b/recipes-games/scummvm/scummvm_1.5.0.bb similarity index 100% rename from recipes/scummvm/scummvm_1.5.0.bb rename to recipes-games/scummvm/scummvm_1.5.0.bb