aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-24 15:07:13 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 07:30:38 +0200
commit675e1b92aefd2f79ea04ac06f76d83cf9ebc580d (patch)
treed88de5a702cb3a5d889e4f69e0933fea832bf525 /recipes/xorg-lib
parent02e13073d5ab471a276b1920051d746b1560eab2 (diff)
downloadopenembedded-675e1b92aefd2f79ea04ac06f76d83cf9ebc580d.tar.gz
libxrender convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion * 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/xorg-lib')
-rw-r--r--recipes/xorg-lib/libxrender-native_0.9.4.bb9
-rw-r--r--recipes/xorg-lib/libxrender-native_0.9.5.bb6
-rw-r--r--recipes/xorg-lib/libxrender-native_0.9.6.bb6
-rw-r--r--recipes/xorg-lib/libxrender-sdk_0.9.4.bb8
-rw-r--r--recipes/xorg-lib/libxrender_0.9.2.bb1
-rw-r--r--recipes/xorg-lib/libxrender_0.9.3.bb1
-rw-r--r--recipes/xorg-lib/libxrender_0.9.4.bb1
-rw-r--r--recipes/xorg-lib/libxrender_0.9.5.bb1
-rw-r--r--recipes/xorg-lib/libxrender_0.9.6.bb1
9 files changed, 5 insertions, 29 deletions
diff --git a/recipes/xorg-lib/libxrender-native_0.9.4.bb b/recipes/xorg-lib/libxrender-native_0.9.4.bb
deleted file mode 100644
index 65b5d644c9..0000000000
--- a/recipes/xorg-lib/libxrender-native_0.9.4.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require libxrender_${PV}.bb
-
-DEPENDS = "libx11-native renderproto-native"
-PE = "1"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "dc266e850c51368f964e0d67bf5fb5e6"
-SRC_URI[archive.sha256sum] = "5682d343dd4e7ef291a6577e956c331946ce5801d8fa076284a01b41de3017ec"
diff --git a/recipes/xorg-lib/libxrender-native_0.9.5.bb b/recipes/xorg-lib/libxrender-native_0.9.5.bb
deleted file mode 100644
index a4f4ba9e36..0000000000
--- a/recipes/xorg-lib/libxrender-native_0.9.5.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxrender_${PV}.bb
-
-DEPENDS = "libx11-native renderproto-native"
-PE = "1"
-
-inherit native
diff --git a/recipes/xorg-lib/libxrender-native_0.9.6.bb b/recipes/xorg-lib/libxrender-native_0.9.6.bb
deleted file mode 100644
index a4f4ba9e36..0000000000
--- a/recipes/xorg-lib/libxrender-native_0.9.6.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxrender_${PV}.bb
-
-DEPENDS = "libx11-native renderproto-native"
-PE = "1"
-
-inherit native
diff --git a/recipes/xorg-lib/libxrender-sdk_0.9.4.bb b/recipes/xorg-lib/libxrender-sdk_0.9.4.bb
deleted file mode 100644
index 8a5a9962ce..0000000000
--- a/recipes/xorg-lib/libxrender-sdk_0.9.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libxrender_${PV}.bb
-
-DEPENDS = "xproto-sdk renderproto-sdk util-macros-sdk libx11-sdk"
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "dc266e850c51368f964e0d67bf5fb5e6"
-SRC_URI[archive.sha256sum] = "5682d343dd4e7ef291a6577e956c331946ce5801d8fa076284a01b41de3017ec"
diff --git a/recipes/xorg-lib/libxrender_0.9.2.bb b/recipes/xorg-lib/libxrender_0.9.2.bb
index 1b0279ef94..baa5a16d77 100644
--- a/recipes/xorg-lib/libxrender_0.9.2.bb
+++ b/recipes/xorg-lib/libxrender_0.9.2.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto"
+BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libxrender_0.9.3.bb b/recipes/xorg-lib/libxrender_0.9.3.bb
index 2b309bf0f5..aef2f23f78 100644
--- a/recipes/xorg-lib/libxrender_0.9.3.bb
+++ b/recipes/xorg-lib/libxrender_0.9.3.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto"
+BBCLASSEXTEND = "native sdk"
PR = "r0"
PE = "1"
diff --git a/recipes/xorg-lib/libxrender_0.9.4.bb b/recipes/xorg-lib/libxrender_0.9.4.bb
index dbd5e1b45f..6497e331a8 100644
--- a/recipes/xorg-lib/libxrender_0.9.4.bb
+++ b/recipes/xorg-lib/libxrender_0.9.4.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
+BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libxrender_0.9.5.bb b/recipes/xorg-lib/libxrender_0.9.5.bb
index 272cbcd95a..db738ffcf4 100644
--- a/recipes/xorg-lib/libxrender_0.9.5.bb
+++ b/recipes/xorg-lib/libxrender_0.9.5.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
+BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libxrender_0.9.6.bb b/recipes/xorg-lib/libxrender_0.9.6.bb
index 7d7510d823..9da85ded7c 100644
--- a/recipes/xorg-lib/libxrender_0.9.6.bb
+++ b/recipes/xorg-lib/libxrender_0.9.6.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
+BBCLASSEXTEND = "native sdk"
PE = "1"
XORG_PN = "libXrender"