diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:51:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:16:35 +0200 |
commit | 1315f9f4fa9a7842b6853439c953043fc2346e8b (patch) | |
tree | 22dd71d018ad79d3fd2fc17894b53b64ced468ed /recipes/xorg-proto | |
parent | cb087658bcc612b82bc76f1781ec21f817194d66 (diff) |
fontsproto: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r-- | recipes/xorg-proto/fontsproto-native_2.0.2.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-proto/fontsproto-native_2.1.0.bb | 11 | ||||
-rw-r--r-- | recipes/xorg-proto/fontsproto_2.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-proto/fontsproto_2.1.0.bb | 2 |
4 files changed, 4 insertions, 21 deletions
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" |