diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-15 12:32:33 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-15 12:41:10 +0400 |
commit | c10e9906a2ecea7e9c04bf967a8882d6b4cd1077 (patch) | |
tree | a7bced9063641f771d510354674a1b5a726aef16 /recipes/xorg-xserver/xserver-xorg_1.6.1.bb | |
parent | a41c726ede88bd70b0428481819097489d728bf3 (diff) |
xserver-xorg-1.6.1: fix libtool name in doltlibtool
In OE cross-libtool is renamed. Change doltlibtool script in xserver-xorg
accordingly.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.6.1.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.6.1.bb b/recipes/xorg-xserver/xserver-xorg_1.6.1.bb index a177b19e6a..d8379eb396 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.6.1.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.6.1.bb @@ -6,7 +6,8 @@ RDEPENDS += "hal" PE = "2" PR = "r1" -SRC_URI += "file://sysroot_fix.patch;patch=1" +SRC_URI += "file://sysroot_fix.patch;patch=1 \ + file://dolt-fix.patch;patch=1" MESA_VER = "7.2" |