From 1315f9f4fa9a7842b6853439c953043fc2346e8b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 27 Jun 2010 11:51:40 +0200 Subject: fontsproto: convert to BBCLASSEXTENDS Signed-off-by: Martin Jansa --- recipes/xorg-proto/fontsproto-native_2.0.2.bb | 10 ---------- recipes/xorg-proto/fontsproto-native_2.1.0.bb | 11 ----------- recipes/xorg-proto/fontsproto_2.0.2.bb | 2 ++ recipes/xorg-proto/fontsproto_2.1.0.bb | 2 ++ 4 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 recipes/xorg-proto/fontsproto-native_2.0.2.bb delete mode 100644 recipes/xorg-proto/fontsproto-native_2.1.0.bb (limited to 'recipes/xorg-proto') diff --git a/recipes/xorg-proto/fontsproto-native_2.0.2.bb b/recipes/xorg-proto/fontsproto-native_2.0.2.bb deleted file mode 100644 index 1e17fd9bec..0000000000 --- a/recipes/xorg-proto/fontsproto-native_2.0.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -require fontsproto_${PV}.bb -require xorg-proto-native.inc - -PR = "r1" - - -S = "${WORKDIR}/fontsproto-${PV}" - -SRC_URI[archive.md5sum] = "c946f166107b016a21cc7a02e1132724" -SRC_URI[archive.sha256sum] = "83bd547131aa11a232717a0f06d3c6cd58a0b2f6d541660bbe9ebf43073a8b7b" diff --git a/recipes/xorg-proto/fontsproto-native_2.1.0.bb b/recipes/xorg-proto/fontsproto-native_2.1.0.bb deleted file mode 100644 index bb24a2620d..0000000000 --- a/recipes/xorg-proto/fontsproto-native_2.1.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -require fontsproto_${PV}.bb - -PR = "r1" - - -S = "${WORKDIR}/fontsproto-${PV}" - -inherit native - -SRC_URI[archive.md5sum] = "f3a857deadca3144fba041af1dbf7603" -SRC_URI[archive.sha256sum] = "5a9af61dc9142488c9ba6e4ae30a9d970ea0f889a1ab7f59de1c1898c83aeb35" diff --git a/recipes/xorg-proto/fontsproto_2.0.2.bb b/recipes/xorg-proto/fontsproto_2.0.2.bb index 37eab8594e..620e9612d5 100644 --- a/recipes/xorg-proto/fontsproto_2.0.2.bb +++ b/recipes/xorg-proto/fontsproto_2.0.2.bb @@ -5,3 +5,5 @@ PE = "1" SRC_URI[archive.md5sum] = "c946f166107b016a21cc7a02e1132724" SRC_URI[archive.sha256sum] = "83bd547131aa11a232717a0f06d3c6cd58a0b2f6d541660bbe9ebf43073a8b7b" + +BBCLASSEXTEND = "native" diff --git a/recipes/xorg-proto/fontsproto_2.1.0.bb b/recipes/xorg-proto/fontsproto_2.1.0.bb index 7871ce9714..d6ae43966e 100644 --- a/recipes/xorg-proto/fontsproto_2.1.0.bb +++ b/recipes/xorg-proto/fontsproto_2.1.0.bb @@ -5,3 +5,5 @@ PE = "1" SRC_URI[archive.md5sum] = "f3a857deadca3144fba041af1dbf7603" SRC_URI[archive.sha256sum] = "5a9af61dc9142488c9ba6e4ae30a9d970ea0f889a1ab7f59de1c1898c83aeb35" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg