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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jun 25 07:26:38 2010 +0200

libxrandr 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/libxrandr-sdk_1.2.2.bb |    8 --------
 recipes/xorg-lib/libxrandr_1.1.2.bb     |    1 +
 recipes/xorg-lib/libxrandr_1.2.1.bb     |    1 +
 recipes/xorg-lib/libxrandr_1.2.2.bb     |    1 +
 recipes/xorg-lib/libxrandr_1.2.3.bb     |    1 +
 recipes/xorg-lib/libxrandr_1.3.0.bb     |    1 +
 6 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb b/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb
deleted file mode 100644
index 10919a5..0000000
--- a/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libxrandr_${PV}.bb
-
-DEPENDS = "randrproto-sdk util-macros-sdk libxext-sdk libxrender-sdk"
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "1b244b5d19f0ccab01d7083436cd3558"
-SRC_URI[archive.sha256sum] = "206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98"
diff --git a/recipes/xorg-lib/libxrandr_1.1.2.bb b/recipes/xorg-lib/libxrandr_1.1.2.bb
index e660cd8..35c8f40 100644
--- a/recipes/xorg-lib/libxrandr_1.1.2.bb
+++ b/recipes/xorg-lib/libxrandr_1.1.2.bb
@@ -5,6 +5,7 @@ DESCRIPTION = "X Resize and Rotate extension library."
 LICENSE = "BSD-X"
 
 DEPENDS += " virtual/libx11 randrproto libxext xextproto libxrender renderproto"
+BBCLASSEXTEND = "sdk"
 
 XORG_PN = "libXrandr"
 
diff --git a/recipes/xorg-lib/libxrandr_1.2.1.bb b/recipes/xorg-lib/libxrandr_1.2.1.bb
index 3cb841c..547684f 100644
--- a/recipes/xorg-lib/libxrandr_1.2.1.bb
+++ b/recipes/xorg-lib/libxrandr_1.2.1.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 Resize and Rotate extension library"
 LICENSE = "BSD-X"
 DEPENDS += "randrproto libxrender libxext"
+BBCLASSEXTEND = "sdk"
 PR = "r1"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libxrandr_1.2.2.bb b/recipes/xorg-lib/libxrandr_1.2.2.bb
index 15b1d7c..8a230f8 100644
--- a/recipes/xorg-lib/libxrandr_1.2.2.bb
+++ b/recipes/xorg-lib/libxrandr_1.2.2.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 Resize and Rotate extension library"
 LICENSE = "BSD-X"
 DEPENDS += "randrproto libxrender libxext"
+BBCLASSEXTEND = "sdk"
 PR = "r1"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libxrandr_1.2.3.bb b/recipes/xorg-lib/libxrandr_1.2.3.bb
index b90c751..9ce4ae2 100644
--- a/recipes/xorg-lib/libxrandr_1.2.3.bb
+++ b/recipes/xorg-lib/libxrandr_1.2.3.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 Resize and Rotate extension library"
 LICENSE = "BSD-X"
 DEPENDS += "randrproto libxrender libxext"
+BBCLASSEXTEND = "sdk"
 PR = "r0"
 PE = "1"
 
diff --git a/recipes/xorg-lib/libxrandr_1.3.0.bb b/recipes/xorg-lib/libxrandr_1.3.0.bb
index 04b07fb..a881f44 100644
--- a/recipes/xorg-lib/libxrandr_1.3.0.bb
+++ b/recipes/xorg-lib/libxrandr_1.3.0.bb
@@ -3,6 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 Resize and Rotate extension library"
 LICENSE = "BSD-X"
 DEPENDS += "randrproto libxrender libxext"
+BBCLASSEXTEND = "sdk"
 PR = "r0"
 PE = "1"
 





More information about the Openembedded-commits mailing list