[oe-commits] Martin Jansa : fontsproto: convert to BBCLASSEXTENDS

git version control git at git.openembedded.org
Sun Jun 27 10:17:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1315f9f4fa9a7842b6853439c953043fc2346e8b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1315f9f4fa9a7842b6853439c953043fc2346e8b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 11:51:40 2010 +0200

fontsproto: convert to BBCLASSEXTENDS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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(-)

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 1e17fd9..0000000
--- 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 bb24a26..0000000
--- 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 37eab85..620e961 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 7871ce9..d6ae439 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"





More information about the Openembedded-commits mailing list