summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"