From: Robert Schuster Date: Mon, 22 Dec 2008 09:11:51 +0000 (+0100) Subject: libice-native 1.0.4: Add proper PROVIDES. X-Git-Tag: Release-2010-05/1~4674 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3c276cae3a8f95c9931e62fc45ef8452631053;p=openembedded.git libice-native 1.0.4: Add proper PROVIDES. --- 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"