[oe-commits] Robert Schuster : libice-native 1.0.4: Add proper PROVIDES.

GIT User account git at amethyst.openembedded.net
Mon Dec 22 18:11:13 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0f3c276cae3a8f95c9931e62fc45ef8452631053
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0f3c276cae3a8f95c9931e62fc45ef8452631053

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Mon Dec 22 10:11:51 2008 +0100

libice-native 1.0.4: Add proper PROVIDES.

---

 packages/xorg-lib/libice-native_1.0.4.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/xorg-lib/libice-native_1.0.4.bb b/packages/xorg-lib/libice-native_1.0.4.bb
index 3f70065..fd835b6 100644
--- a/packages/xorg-lib/libice-native_1.0.4.bb
+++ b/packages/xorg-lib/libice-native_1.0.4.bb
@@ -1,7 +1,8 @@
 require libice_${PV}.bb
 
-inherit native
+DEPENDS = "libx11-native xproto-native xtrans-native"
+PROVIDES = "ice-native"
 
-DEPENDS += "libx11-native xproto-native xtrans-native"
+inherit native
 
 XORG_PN = "libICE"





More information about the Openembedded-commits mailing list