libice-native 1.0.4: Add proper PROVIDES.
authorRobert Schuster <thebohemian@gmx.net>
Mon, 22 Dec 2008 09:11:51 +0000 (10:11 +0100)
committerRobert Schuster <thebohemian@gmx.net>
Mon, 22 Dec 2008 18:02:49 +0000 (19:02 +0100)
packages/xorg-lib/libice-native_1.0.4.bb

index 3f70065..fd835b6 100644 (file)
@@ -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"