diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 21:36:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 07:30:42 +0200 |
commit | 2aa46ceac323392f7010296a01d142d6c8a026e0 (patch) | |
tree | 1df9f3deb634c899617becd69c6f5749e7ab9c4e /recipes | |
parent | 50877b256657ed7c181a8caa7d2a46701f474b0e (diff) |
libxdamage: remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/libxdamage_1.0.4.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdamage_1.1.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdamage_1.1.2.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxdamage_1.1.3.bb | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/recipes/xorg-lib/libxdamage_1.0.4.bb b/recipes/xorg-lib/libxdamage_1.0.4.bb index c4b59c13eb..ccab459452 100644 --- a/recipes/xorg-lib/libxdamage_1.0.4.bb +++ b/recipes/xorg-lib/libxdamage_1.0.4.bb @@ -5,7 +5,6 @@ DESCRIPTION = "X Damage extension library." LICENSE= "BSD-X" DEPENDS += " virtual/libx11 damageproto libxfixes fixesproto xextproto" -PROVIDES = "xdamage" XORG_PN = "libXdamage" diff --git a/recipes/xorg-lib/libxdamage_1.1.1.bb b/recipes/xorg-lib/libxdamage_1.1.1.bb index c508df805e..53d4cf0913 100644 --- a/recipes/xorg-lib/libxdamage_1.1.1.bb +++ b/recipes/xorg-lib/libxdamage_1.1.1.bb @@ -3,7 +3,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 damaged region extension library" LICENSE= "BSD-X" DEPENDS += "damageproto libxfixes" -PROVIDES = "xdamage" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxdamage_1.1.2.bb b/recipes/xorg-lib/libxdamage_1.1.2.bb index 48c05bce56..542fac83f2 100644 --- a/recipes/xorg-lib/libxdamage_1.1.2.bb +++ b/recipes/xorg-lib/libxdamage_1.1.2.bb @@ -3,7 +3,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 damaged region extension library" LICENSE= "BSD-X" DEPENDS += "damageproto libxfixes" -PROVIDES = "xdamage" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxdamage_1.1.3.bb b/recipes/xorg-lib/libxdamage_1.1.3.bb index bcef444951..326b0e0a33 100644 --- a/recipes/xorg-lib/libxdamage_1.1.3.bb +++ b/recipes/xorg-lib/libxdamage_1.1.3.bb @@ -3,7 +3,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 damaged region extension library" LICENSE= "BSD-X" DEPENDS += "damageproto libxfixes" -PROVIDES = "xdamage" PR = "r1" PE = "1" |