[oe-commits] Angus Ainslie : libext-native : fix provides

GIT User account git at amethyst.openembedded.net
Thu Apr 23 17:19:58 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 0ee83d98aff799d9cfc1f6fdaa614ef09b039798
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ee83d98aff799d9cfc1f6fdaa614ef09b039798

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu Apr 23 11:16:35 2009 -0600

libext-native : fix provides

---

 recipes/xorg-lib/libxext-native_1.0.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/libxext-native_1.0.4.bb b/recipes/xorg-lib/libxext-native_1.0.4.bb
index 8dce598..531242e 100644
--- a/recipes/xorg-lib/libxext-native_1.0.4.bb
+++ b/recipes/xorg-lib/libxext-native_1.0.4.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 miscellaneous extension library"
 DEPENDS += "xproto-native libx11-native xextproto-native libxau-native util-macros-native"
-PROVIDES = "xext"
+PROVIDES = "xext-native"
 PR = "r1"
 PE = "1"
 





More information about the Openembedded-commits mailing list