aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-24 09:43:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-24 11:10:43 +0200
commit2ecbde5fc5afd623b3c97555c959fc34d0a4e08f (patch)
treed80d5581957b5d6b1418943b6288942ef246607d /recipes/xorg-lib
parent8e4f2960b779402f35d80c320afce2daa058cb44 (diff)
downloadopenembedded-2ecbde5fc5afd623b3c97555c959fc34d0a4e08f.tar.gz
libice: convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libice-native_1.0.4.bb11
-rw-r--r--recipes/xorg-lib/libice-native_1.0.6.bb8
-rw-r--r--recipes/xorg-lib/libice_1.0.3.bb1
-rw-r--r--recipes/xorg-lib/libice_1.0.4.bb1
-rw-r--r--recipes/xorg-lib/libice_1.0.6.bb1
5 files changed, 3 insertions, 19 deletions
diff --git a/recipes/xorg-lib/libice-native_1.0.4.bb b/recipes/xorg-lib/libice-native_1.0.4.bb
deleted file mode 100644
index 47ee885e8e..0000000000
--- a/recipes/xorg-lib/libice-native_1.0.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require libice_${PV}.bb
-
-DEPENDS = "libx11-native xproto-native xtrans-native"
-PROVIDES = "ice-native"
-
-inherit native
-
-XORG_PN = "libICE"
-
-SRC_URI[archive.md5sum] = "4ab4e67e0b8845aa201e984153087f4a"
-SRC_URI[archive.sha256sum] = "13055e2f4c645cbd135ce97a7974a5866f9ba3ed8988e686b552f55c30514f04"
diff --git a/recipes/xorg-lib/libice-native_1.0.6.bb b/recipes/xorg-lib/libice-native_1.0.6.bb
deleted file mode 100644
index fd835b6013..0000000000
--- a/recipes/xorg-lib/libice-native_1.0.6.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libice_${PV}.bb
-
-DEPENDS = "libx11-native xproto-native xtrans-native"
-PROVIDES = "ice-native"
-
-inherit native
-
-XORG_PN = "libICE"
diff --git a/recipes/xorg-lib/libice_1.0.3.bb b/recipes/xorg-lib/libice_1.0.3.bb
index 63d2e9fcd1..ad2782962e 100644
--- a/recipes/xorg-lib/libice_1.0.3.bb
+++ b/recipes/xorg-lib/libice_1.0.3.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Inter-Client Exchange library"
DEPENDS += "xproto xtrans"
PROVIDES = "ice"
+BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libice_1.0.4.bb b/recipes/xorg-lib/libice_1.0.4.bb
index 1517ebc45f..259c8b3959 100644
--- a/recipes/xorg-lib/libice_1.0.4.bb
+++ b/recipes/xorg-lib/libice_1.0.4.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Inter-Client Exchange library"
DEPENDS += "xproto xtrans"
PROVIDES = "ice"
+BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"
diff --git a/recipes/xorg-lib/libice_1.0.6.bb b/recipes/xorg-lib/libice_1.0.6.bb
index 82f79ff6e2..df8253ed12 100644
--- a/recipes/xorg-lib/libice_1.0.6.bb
+++ b/recipes/xorg-lib/libice_1.0.6.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Inter-Client Exchange library"
DEPENDS += "xproto xtrans"
PROVIDES = "ice"
+BBCLASSEXTEND = "native"
PR = "r1"
PE = "1"