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

git version control git at git.openembedded.org
Fri Jun 25 05:31:19 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 13:31:46 2010 +0200

libxt: 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 at gmail.com>

---

 recipes/xorg-lib/libxt-native_1.0.5.bb |   11 -----------
 recipes/xorg-lib/libxt-native_1.0.7.bb |    8 --------
 recipes/xorg-lib/libxt-native_1.0.8.bb |    8 --------
 recipes/xorg-lib/libxt_1.0.4.bb        |    2 +-
 recipes/xorg-lib/libxt_1.0.5.bb        |    2 +-
 recipes/xorg-lib/libxt_1.0.7.bb        |    2 +-
 recipes/xorg-lib/libxt_1.0.8.bb        |    2 +-
 7 files changed, 4 insertions(+), 31 deletions(-)

diff --git a/recipes/xorg-lib/libxt-native_1.0.5.bb b/recipes/xorg-lib/libxt-native_1.0.5.bb
deleted file mode 100644
index 1c1aaaf..0000000
--- a/recipes/xorg-lib/libxt-native_1.0.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require libxt_${PV}.bb
-
-DEPENDS = "libx11-native libsm-native kbproto-native"
-PROVIDES = "xt-native"
-
-inherit native
-
-XORG_PN = "libXt"
-
-SRC_URI[archive.md5sum] = "f3bdd67785ace8cd0b23249e9d8c9975"
-SRC_URI[archive.sha256sum] = "43c472ada59a04428a463225cd4cd42cb81bc43eb687cc1890f2f1c81a3e9cf4"
diff --git a/recipes/xorg-lib/libxt-native_1.0.7.bb b/recipes/xorg-lib/libxt-native_1.0.7.bb
deleted file mode 100644
index 9745f65..0000000
--- a/recipes/xorg-lib/libxt-native_1.0.7.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libxt_${PV}.bb
-
-DEPENDS = "libx11-native libsm-native kbproto-native"
-PROVIDES = "xt-native"
-
-inherit native
-
-XORG_PN = "libXt"
diff --git a/recipes/xorg-lib/libxt-native_1.0.8.bb b/recipes/xorg-lib/libxt-native_1.0.8.bb
deleted file mode 100644
index 9745f65..0000000
--- a/recipes/xorg-lib/libxt-native_1.0.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libxt_${PV}.bb
-
-DEPENDS = "libx11-native libsm-native kbproto-native"
-PROVIDES = "xt-native"
-
-inherit native
-
-XORG_PN = "libXt"
diff --git a/recipes/xorg-lib/libxt_1.0.4.bb b/recipes/xorg-lib/libxt_1.0.4.bb
index 4038a17..0437fbb 100644
--- a/recipes/xorg-lib/libxt_1.0.4.bb
+++ b/recipes/xorg-lib/libxt_1.0.4.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "X Toolkit Intrinsics"
 PRIORITY = "optional"
 
 DEPENDS += " libsm virtual/libx11 xproto kbproto"
-PROVIDES = "xt"
+BBCLASSEXTEND = "native"
 
 XORG_PN = "libXt"
 
diff --git a/recipes/xorg-lib/libxt_1.0.5.bb b/recipes/xorg-lib/libxt_1.0.5.bb
index f002b73..f7af7dc 100644
--- a/recipes/xorg-lib/libxt_1.0.5.bb
+++ b/recipes/xorg-lib/libxt_1.0.5.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 toolkit intrinsics library"
 DEPENDS += "libsm virtual/libx11 kbproto"
-PROVIDES = "xt"
+BBCLASSEXTEND = "native"
 PR = "r2"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libxt_1.0.7.bb b/recipes/xorg-lib/libxt_1.0.7.bb
index de952e3..599ce1f 100644
--- a/recipes/xorg-lib/libxt_1.0.7.bb
+++ b/recipes/xorg-lib/libxt_1.0.7.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 toolkit intrinsics library"
 DEPENDS += "libsm virtual/libx11 kbproto"
-PROVIDES = "xt"
+BBCLASSEXTEND = "native"
 PR = "r1"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libxt_1.0.8.bb b/recipes/xorg-lib/libxt_1.0.8.bb
index 7a5447c..17130f4 100644
--- a/recipes/xorg-lib/libxt_1.0.8.bb
+++ b/recipes/xorg-lib/libxt_1.0.8.bb
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 toolkit intrinsics library"
 DEPENDS += "libsm virtual/libx11 kbproto"
-PROVIDES = "xt"
+BBCLASSEXTEND = "native"
 PE = "1"
 
 XORG_PN = "libXt"





More information about the Openembedded-commits mailing list