diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:09 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:56:01 -0700 |
commit | 8326b502574dc2f5e82aa8a74a3fe545af66bb9f (patch) | |
tree | 832afa9cafdf27fd7e0f5d24fa0640740f414f7b /recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb | |
parent | e8f2c5e1e037a191a5c19497f68f04fc56c0c7fe (diff) |
xserver-kdrive-imageon: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb index 080c6e2d69..250c7671b7 100644 --- a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb @@ -9,7 +9,7 @@ PROVIDES = "virtual/xserver" PE = "1" PR = "r8" -FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-${PV}:${FILE_DIRNAME}/xserver-kdrive:${FILE_DIRNAME}/files" +FILESPATHPKG =. "xserver-kdrive-${PV}:xserver-kdrive:" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ file://kdrive-evdev.patch \ |