[oe] [PATCH 5/5] fix workdir name

Joao H. Freitas joaohf at gmail.com
Wed Jun 30 00:40:43 UTC 2010


---
 recipes/cgreen/cgreen.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cgreen/cgreen.inc b/recipes/cgreen/cgreen.inc
index 8789375..eb0e445 100644
--- a/recipes/cgreen/cgreen.inc
+++ b/recipes/cgreen/cgreen.inc
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS = "flex-native"
 
-S = "${WORKDIR}/${BPN}-${PV}"
+S = "${WORKDIR}/${PN}-${PV}"
 
 INC_PR = "r0"
 
-- 
1.7.0.2





More information about the Openembedded-devel mailing list