diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:51:55 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:58 -0700 |
commit | b132d5d42d723d2243f3bb25a13496415a0ad39d (patch) | |
tree | 0d73fe0a539d44d9746b31b1a8b76c999ac5b96e /recipes/mesa | |
parent | c94b21e56b646841d88ad79939be158b3027e025 (diff) |
mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/mesa')
-rw-r--r-- | recipes/mesa/mesa-dri_6.5.2.bb | 2 | ||||
-rw-r--r-- | 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 2baa88fb67..0eae6783b9 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 1893d47159..26e0743c8a 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-*" |