diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-08 14:02:32 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-08 22:33:46 +0200 |
commit | cd5f214042ed39ad9740d5ac6bcb2d31601ba6d8 (patch) | |
tree | f5d310dce8364522061ec2ec70f1181fa2e27cc1 /recipes/xorg-proto | |
parent | 4711e27cc5309d484a7f142368c723a7ff3cf4e3 (diff) |
bigreqsproto: converted to BBCLASSEXTEND
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r-- | recipes/xorg-proto/bigreqsproto-native_1.0.2.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-proto/bigreqsproto-native_1.1.0.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-proto/bigreqsproto_1.0.2.bb | 2 | ||||
-rw-r--r-- | 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 9f36b59a0e..0000000000 --- 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 e86417195d..0000000000 --- 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 645f1d9996..0000000000 --- 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 6f703ef971..35eae45e9f 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 c629cc1d8d..20ef7b6bc6 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" |