[oe-commits] Martin Jansa : libxfixes: 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: 659f8c0df76c92031e4eec0f761fee41e2ab48d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=659f8c0df76c92031e4eec0f761fee41e2ab48d9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 24 12:36:06 2010 +0200

libxfixes: 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/libxfixes-native_4.0.3.bb |    9 ---------
 recipes/xorg-lib/libxfixes-native_4.0.4.bb |    6 ------
 recipes/xorg-lib/libxfixes-native_4.0.5.bb |    6 ------
 recipes/xorg-lib/libxfixes_4.0.3.bb        |    1 +
 recipes/xorg-lib/libxfixes_4.0.4.bb        |    1 +
 recipes/xorg-lib/libxfixes_4.0.5.bb        |    1 +
 6 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/recipes/xorg-lib/libxfixes-native_4.0.3.bb b/recipes/xorg-lib/libxfixes-native_4.0.3.bb
deleted file mode 100644
index 2be3061..0000000
--- a/recipes/xorg-lib/libxfixes-native_4.0.3.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require libxfixes_${PV}.bb
-
-DEPENDS = "libx11-native"
-PE = "1"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "1990d19725a3c7f32290037f02d3737f"
-SRC_URI[archive.sha256sum] = "547e093c5037c4b85ce653ce26f5bd70a97b177f9b582f5351a626d8e0a829dd"
diff --git a/recipes/xorg-lib/libxfixes-native_4.0.4.bb b/recipes/xorg-lib/libxfixes-native_4.0.4.bb
deleted file mode 100644
index 5ef6ded..0000000
--- a/recipes/xorg-lib/libxfixes-native_4.0.4.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxfixes_${PV}.bb
-
-DEPENDS = "libx11-native"
-PE = "1"
-
-inherit native
diff --git a/recipes/xorg-lib/libxfixes-native_4.0.5.bb b/recipes/xorg-lib/libxfixes-native_4.0.5.bb
deleted file mode 100644
index 5ef6ded..0000000
--- a/recipes/xorg-lib/libxfixes-native_4.0.5.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libxfixes_${PV}.bb
-
-DEPENDS = "libx11-native"
-PE = "1"
-
-inherit native
diff --git a/recipes/xorg-lib/libxfixes_4.0.3.bb b/recipes/xorg-lib/libxfixes_4.0.3.bb
index b0d065d..516de67 100644
--- a/recipes/xorg-lib/libxfixes_4.0.3.bb
+++ b/recipes/xorg-lib/libxfixes_4.0.3.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X Fixes extension library."
 LICENSE= "BSD-X"
 DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
+BBCLASSEXTEND = "native"
 PE = "1"
 
 XORG_PN = "libXfixes"
diff --git a/recipes/xorg-lib/libxfixes_4.0.4.bb b/recipes/xorg-lib/libxfixes_4.0.4.bb
index 4078aca..c61d33c 100644
--- a/recipes/xorg-lib/libxfixes_4.0.4.bb
+++ b/recipes/xorg-lib/libxfixes_4.0.4.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X Fixes extension library."
 LICENSE= "BSD-X"
 DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
+BBCLASSEXTEND = "native"
 PE = "1"
 
 XORG_PN = "libXfixes"
diff --git a/recipes/xorg-lib/libxfixes_4.0.5.bb b/recipes/xorg-lib/libxfixes_4.0.5.bb
index e6a78bb..f2f7d78 100644
--- a/recipes/xorg-lib/libxfixes_4.0.5.bb
+++ b/recipes/xorg-lib/libxfixes_4.0.5.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X Fixes extension library."
 LICENSE= "BSD-X"
 DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
+BBCLASSEXTEND = "native"
 PE = "1"
 
 XORG_PN = "libXfixes"





More information about the Openembedded-commits mailing list