diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:54:45 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:56:00 -0700 |
commit | 207cbd107413827920b1abdbda47ba591bc84c3b (patch) | |
tree | 0dff56c9377b61178c629f67581e49c02bb0875d /recipes | |
parent | 59ffdad37ec4567f9c6a2283996ae95c817988e1 (diff) |
xserver-kdrive-1300: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-1300_1.3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-1300_1.3.0.0.bb b/recipes/xorg-xserver/xserver-kdrive-1300_1.3.0.0.bb index 0e1fe18eb9..763375b40c 100644 --- a/recipes/xorg-xserver/xserver-kdrive-1300_1.3.0.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive-1300_1.3.0.0.bb @@ -1,6 +1,6 @@ # Build xserver-kdrive as xserver-kdrive-1300 to allow them to co-exist in feeds. # akita and spitz needs them: -FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xserver-kdrive-1.3.0.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xserver-kdrive:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" +FILESPATHPKG =. "xserver-kdrive-1.3.0.0:xserver-kdrive:" PKGN = xserver-kdrive-1300 require xserver-kdrive_1.3.0.0.bb |