[oe-commits] Henning Heinold : bigreqsproto: converted to BBCLASSEXTEND

git version control git at git.openembedded.org
Tue Jun 8 20:35:07 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Jun  8 14:02:32 2010 +0200

bigreqsproto: converted to BBCLASSEXTEND

---

 recipes/xorg-proto/bigreqsproto-native_1.0.2.bb |    9 ---------
 recipes/xorg-proto/bigreqsproto-native_1.1.0.bb |    7 -------
 recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb    |    6 ------
 recipes/xorg-proto/bigreqsproto_1.0.2.bb        |    2 ++
 recipes/xorg-proto/bigreqsproto_1.1.0.bb        |    2 ++
 5 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb b/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb
deleted file mode 100644
index 9f36b59..0000000
--- a/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require bigreqsproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
-XORG_PN = "bigreqsproto"
-
-SRC_URI[archive.md5sum] = "95c29d9d10bf2868996c0c47a3b9a8dc"
-SRC_URI[archive.sha256sum] = "30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee"
diff --git a/recipes/xorg-proto/bigreqsproto-native_1.1.0.bb b/recipes/xorg-proto/bigreqsproto-native_1.1.0.bb
deleted file mode 100644
index e864171..0000000
--- a/recipes/xorg-proto/bigreqsproto-native_1.1.0.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require bigreqsproto_${PV}.bb
-
-PR = "r1"
-
-XORG_PN = "bigreqsproto"
-
-inherit native
diff --git a/recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb b/recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb
deleted file mode 100644
index 645f1d9..0000000
--- a/recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require bigreqsproto_${PV}.bb
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "95c29d9d10bf2868996c0c47a3b9a8dc"
-SRC_URI[archive.sha256sum] = "30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee"
diff --git a/recipes/xorg-proto/bigreqsproto_1.0.2.bb b/recipes/xorg-proto/bigreqsproto_1.0.2.bb
index 6f703ef..35eae45 100644
--- a/recipes/xorg-proto/bigreqsproto_1.0.2.bb
+++ b/recipes/xorg-proto/bigreqsproto_1.0.2.bb
@@ -5,5 +5,7 @@ PE = "1"
 
 XORG_PN = "bigreqsproto"
 
+BBCLASSEXTEND = "native sdk"
+
 SRC_URI[archive.md5sum] = "95c29d9d10bf2868996c0c47a3b9a8dc"
 SRC_URI[archive.sha256sum] = "30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee"
diff --git a/recipes/xorg-proto/bigreqsproto_1.1.0.bb b/recipes/xorg-proto/bigreqsproto_1.1.0.bb
index c629cc1..20ef7b6 100644
--- a/recipes/xorg-proto/bigreqsproto_1.1.0.bb
+++ b/recipes/xorg-proto/bigreqsproto_1.1.0.bb
@@ -5,5 +5,7 @@ PE = "1"
 
 XORG_PN = "bigreqsproto"
 
+BBCLASSEXTEND = "native sdk"
+
 SRC_URI[archive.md5sum] = "d30c5dbf19ca6dffcd9788227ecff8c5"
 SRC_URI[archive.sha256sum] = "4864e12d3c5a99b0a9ee4704822455299345e6c65b23c688a4e4bf11481107bd"





More information about the Openembedded-commits mailing list