From cd5f214042ed39ad9740d5ac6bcb2d31601ba6d8 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 8 Jun 2010 14:02:32 +0200 Subject: 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(-) delete mode 100644 recipes/xorg-proto/bigreqsproto-native_1.0.2.bb delete mode 100644 recipes/xorg-proto/bigreqsproto-native_1.1.0.bb delete mode 100644 recipes/xorg-proto/bigreqsproto-sdk_1.0.2.bb (limited to 'recipes') 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" -- cgit 1.2.3-korg