[oe-commits] Tom Rini : mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKG

git version control git at git.openembedded.org
Fri Jun 4 23:56:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b132d5d42d723d2243f3bb25a13496415a0ad39d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b132d5d42d723d2243f3bb25a13496415a0ad39d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jun  4 16:51:55 2010 -0700

mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/mesa/mesa-dri_6.5.2.bb |    2 +-
 recipes/mesa/mesa-dri_7.0.3.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/mesa/mesa-dri_6.5.2.bb b/recipes/mesa/mesa-dri_6.5.2.bb
index 2baa88f..0eae678 100644
--- a/recipes/mesa/mesa-dri_6.5.2.bb
+++ b/recipes/mesa/mesa-dri_6.5.2.bb
@@ -2,7 +2,7 @@ include mesa-common-old.inc
 
 SRC_URI += " file://mklib-cross.patch"
 
-FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+FILESPATHPKG =. "mesa-${PV}:"
 
 PACKAGES_DYNAMIC = "mesa-dri-driver-*"
 
diff --git a/recipes/mesa/mesa-dri_7.0.3.bb b/recipes/mesa/mesa-dri_7.0.3.bb
index 1893d47..26e0743 100644
--- a/recipes/mesa/mesa-dri_7.0.3.bb
+++ b/recipes/mesa/mesa-dri_7.0.3.bb
@@ -3,7 +3,7 @@ include mesa-common-old.inc
 # suppress mklib-rpath-link patch from mesa-common
 SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 file://mklib-cross.patch"
 
-FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+FILESPATHPKG =. "mesa-${PV}:"
 
 PACKAGES_DYNAMIC = "mesa-dri-driver-*"
 





More information about the Openembedded-commits mailing list