[oe-commits] Martin Jansa : randrproto: convert to BBCLASSEXTENDS

git version control git at git.openembedded.org
Sun Jun 27 10:17:14 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 12:04:10 2010 +0200

randrproto: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-proto/randrproto-sdk_1.2.1.bb |    6 ------
 recipes/xorg-proto/randrproto_1.2.1.bb     |    2 ++
 recipes/xorg-proto/randrproto_1.3.0.bb     |    2 ++
 recipes/xorg-proto/randrproto_1.3.1.bb     |    2 ++
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/xorg-proto/randrproto-sdk_1.2.1.bb b/recipes/xorg-proto/randrproto-sdk_1.2.1.bb
deleted file mode 100644
index 040081f..0000000
--- a/recipes/xorg-proto/randrproto-sdk_1.2.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require randrproto_${PV}.bb
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "e2e45564f8ce22e00e1360e79c8ccdeb"
-SRC_URI[archive.sha256sum] = "102fd42f8f2562450f4e45c28bfb0390c2d30ffa6a805eead15d67018930f654"
diff --git a/recipes/xorg-proto/randrproto_1.2.1.bb b/recipes/xorg-proto/randrproto_1.2.1.bb
index 1d9c625..4a018d4 100644
--- a/recipes/xorg-proto/randrproto_1.2.1.bb
+++ b/recipes/xorg-proto/randrproto_1.2.1.bb
@@ -7,3 +7,5 @@ PE = "1"
 
 SRC_URI[archive.md5sum] = "e2e45564f8ce22e00e1360e79c8ccdeb"
 SRC_URI[archive.sha256sum] = "102fd42f8f2562450f4e45c28bfb0390c2d30ffa6a805eead15d67018930f654"
+
+BBCLASSEXTEND = "nativesdk sdk"
diff --git a/recipes/xorg-proto/randrproto_1.3.0.bb b/recipes/xorg-proto/randrproto_1.3.0.bb
index 47d9c40..e2e9544 100644
--- a/recipes/xorg-proto/randrproto_1.3.0.bb
+++ b/recipes/xorg-proto/randrproto_1.3.0.bb
@@ -7,3 +7,5 @@ PE = "1"
 
 SRC_URI[archive.md5sum] = "a49416013fff33c853efb32f1926551e"
 SRC_URI[archive.sha256sum] = "cfeb1429465e3c24debde1bf53ec35ef738fde5e80d2eed14f33e315e747bb8d"
+
+BBCLASSEXTEND = "nativesdk sdk"
diff --git a/recipes/xorg-proto/randrproto_1.3.1.bb b/recipes/xorg-proto/randrproto_1.3.1.bb
index ee02a5e..6cde1f4 100644
--- a/recipes/xorg-proto/randrproto_1.3.1.bb
+++ b/recipes/xorg-proto/randrproto_1.3.1.bb
@@ -7,3 +7,5 @@ PE = "1"
 
 SRC_URI[archive.md5sum] = "a5c244c36382b0de39b2828cea4b651d"
 SRC_URI[archive.sha256sum] = "d93ca3c0ae710a45da6a27e1eeadfb3c9d4aee47f23657c996e1124c0d9985ca"
+
+BBCLASSEXTEND = "nativesdk sdk"





More information about the Openembedded-commits mailing list