From db254cb513b1ad5f67f42321e01a42ec47572243 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Mon, 30 Mar 2015 07:12:01 -0700 Subject: bitbake: toaster: recipe path broken in recipe detail page The recipe paths in managed mode are not processed correctly. They need any prefix tags removed, and then any build path prefix removed only if present. [YOCTO #7523] (Bitbake rev: ee5c569ebe21c065508cd816ae8cb8842baf0b7e) Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/recipes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui') diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/bitbake/lib/toaster/toastergui/templates/recipes.html index 889e676b45..458d724568 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipes.html +++ b/bitbake/lib/toaster/toastergui/templates/recipes.html @@ -80,7 +80,7 @@ {% endwith %} - {{recipe.file_path}} + {{recipe.get_local_path}} {{recipe.section}} -- cgit v1.2.3-54-g00ecf