diff options
-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" |