diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 13:08:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 13:57:18 +0200 |
commit | 168eea64ef470424f0dece31b7140bd38e92737f (patch) | |
tree | 4467d31e60a9266c1a43b9c4739e586ac8f7eec8 /recipes | |
parent | d2bc5b243dd777cb13222b52d24f2539d7f70ef0 (diff) |
kbproto: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-proto/kbproto-native_1.0.3.bb | 8 | ||||
-rw-r--r-- | recipes/xorg-proto/kbproto-native_1.0.4.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-proto/kbproto-sdk_1.0.3.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-proto/kbproto_1.0.3.bb | 1 | ||||
-rw-r--r-- | 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 55ca3fff2b..0000000000 --- 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 42fd629af5..0000000000 --- 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 9549342e64..0000000000 --- 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 4b9b373de8..baa266faa4 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 be275a5a05..d500259ba8 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" |