aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-12-22 10:11:51 +0100
committerRobert Schuster <thebohemian@gmx.net>2008-12-22 19:02:49 +0100
commit0f3c276cae3a8f95c9931e62fc45ef8452631053 (patch)
tree3ab18a14a0c81010aa44644a680a00d307308934 /packages/xorg-lib
parent925395d7cee5b4fbfd61d3482312f132a04b37d0 (diff)
downloadopenembedded-0f3c276cae3a8f95c9931e62fc45ef8452631053.tar.gz
libice-native 1.0.4: Add proper PROVIDES.
Diffstat (limited to 'packages/xorg-lib')
-rw-r--r--packages/xorg-lib/libice-native_1.0.4.bb5
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 3f70065118..fd835b6013 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"