[oe-commits] Martin Jansa : libice: convert to BBCLASSEXTEND

git version control git at git.openembedded.org
Thu Jun 24 09:16:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2ecbde5fc5afd623b3c97555c959fc34d0a4e08f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ecbde5fc5afd623b3c97555c959fc34d0a4e08f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 09:43:24 2010 +0200

libice: convert to BBCLASSEXTEND

* PR will be bumped later with INC_PR conversion

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-lib/libice-native_1.0.4.bb |   11 -----------
 recipes/xorg-lib/libice-native_1.0.6.bb |    8 --------
 recipes/xorg-lib/libice_1.0.3.bb        |    1 +
 recipes/xorg-lib/libice_1.0.4.bb        |    1 +
 recipes/xorg-lib/libice_1.0.6.bb        |    1 +
 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 47ee885..0000000
--- 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 fd835b6..0000000
--- 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 63d2e9f..ad27829 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 1517ebc..259c8b3 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 82f79ff..df8253e 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"
 





More information about the Openembedded-commits mailing list