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

git version control git at git.openembedded.org
Fri Jun 25 11:58:39 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jun 25 13:08:23 2010 +0200

kbproto: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-proto/kbproto-native_1.0.3.bb |    8 --------
 recipes/xorg-proto/kbproto-native_1.0.4.bb |    5 -----
 recipes/xorg-proto/kbproto-sdk_1.0.3.bb    |    6 ------
 recipes/xorg-proto/kbproto_1.0.3.bb        |    1 +
 recipes/xorg-proto/kbproto_1.0.4.bb        |    1 +
 5 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/recipes/xorg-proto/kbproto-native_1.0.3.bb b/recipes/xorg-proto/kbproto-native_1.0.3.bb
deleted file mode 100644
index 55ca3ff..0000000
--- a/recipes/xorg-proto/kbproto-native_1.0.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require kbproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
-
-SRC_URI[archive.md5sum] = "6092cdb0a1225f95356ddbe6c2abaad5"
-SRC_URI[archive.sha256sum] = "7000005ebbd07a28a71477d72bcb76c47064e043a4ead26fcf4d5af394ce19df"
diff --git a/recipes/xorg-proto/kbproto-native_1.0.4.bb b/recipes/xorg-proto/kbproto-native_1.0.4.bb
deleted file mode 100644
index 42fd629..0000000
--- a/recipes/xorg-proto/kbproto-native_1.0.4.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require kbproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
diff --git a/recipes/xorg-proto/kbproto-sdk_1.0.3.bb b/recipes/xorg-proto/kbproto-sdk_1.0.3.bb
deleted file mode 100644
index 9549342..0000000
--- a/recipes/xorg-proto/kbproto-sdk_1.0.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require kbproto_${PV}.bb
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "6092cdb0a1225f95356ddbe6c2abaad5"
-SRC_URI[archive.sha256sum] = "7000005ebbd07a28a71477d72bcb76c47064e043a4ead26fcf4d5af394ce19df"
diff --git a/recipes/xorg-proto/kbproto_1.0.3.bb b/recipes/xorg-proto/kbproto_1.0.3.bb
index 4b9b373..baa266f 100644
--- a/recipes/xorg-proto/kbproto_1.0.3.bb
+++ b/recipes/xorg-proto/kbproto_1.0.3.bb
@@ -3,6 +3,7 @@ require xorg-proto-common.inc
 PR = "r1"
 PE = "1"
 
+BBCLASSEXTEND = "native nativesdk sdk"
 
 SRC_URI[archive.md5sum] = "6092cdb0a1225f95356ddbe6c2abaad5"
 SRC_URI[archive.sha256sum] = "7000005ebbd07a28a71477d72bcb76c47064e043a4ead26fcf4d5af394ce19df"
diff --git a/recipes/xorg-proto/kbproto_1.0.4.bb b/recipes/xorg-proto/kbproto_1.0.4.bb
index be275a5..d500259 100644
--- a/recipes/xorg-proto/kbproto_1.0.4.bb
+++ b/recipes/xorg-proto/kbproto_1.0.4.bb
@@ -3,6 +3,7 @@ require xorg-proto-common.inc
 PR = "r1"
 PE = "1"
 
+BBCLASSEXTEND = "native nativesdk sdk"
 
 SRC_URI[archive.md5sum] = "7f439166a9b2bf81471a33951883019f"
 SRC_URI[archive.sha256sum] = "1baa29931313d0c3eb81dffd42662768cc76ce49ce94024d5fe32ef5a4e8603c"





More information about the Openembedded-commits mailing list