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

GIT User account git at amethyst.openembedded.net
Mon Dec 22 09:16:47 UTC 2008


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

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