diff options
author | Thomas Zimmermann <zimmermann@vdm-design.de> | 2009-11-04 22:24:28 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:42:22 +0100 |
commit | d322bab0dda1c6b476e305701fd3f982f978a07a (patch) | |
tree | ab6a922b3c6bb9a7c88369bdb81a94400dd06b8e /recipes/xorg-lib | |
parent | b22dcb95033827faa78fe78849a932933476169e (diff) |
libx*-native: fix PROVIDES for some packages
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/libxext-native_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-lib/libxfont-native_1.4.1.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxext-native_1.1.1.bb b/recipes/xorg-lib/libxext-native_1.1.1.bb index 531242e6fa..5d8db969da 100644 --- a/recipes/xorg-lib/libxext-native_1.1.1.bb +++ b/recipes/xorg-lib/libxext-native_1.1.1.bb @@ -2,7 +2,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 miscellaneous extension library" DEPENDS += "xproto-native libx11-native xextproto-native libxau-native util-macros-native" -PROVIDES = "xext-native" +PROVIDES = "" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxfont-native_1.4.1.bb b/recipes/xorg-lib/libxfont-native_1.4.1.bb index efd1e07d6a..deb66a91cf 100644 --- a/recipes/xorg-lib/libxfont-native_1.4.1.bb +++ b/recipes/xorg-lib/libxfont-native_1.4.1.bb @@ -2,6 +2,7 @@ require libxfont_${PV}.bb DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \ libfontenc-native xtrans-native freetype-native util-macros-native" +PROVIDES = "${P} ${PF} ${PN}" PE = "1" # no need for patch used in libxfont |