[oe-commits] Henning Heinold : xf86bigfontproto: converted to BBCLASSEXTEND

git version control git at git.openembedded.org
Tue Jun 8 20:35:07 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Jun  8 14:04:51 2010 +0200

xf86bigfontproto: converted to BBCLASSEXTEND

---

 .../xorg-proto/xf86bigfontproto-native_1.1.2.bb    |    9 ---------
 .../xorg-proto/xf86bigfontproto-native_1.2.0.bb    |   10 ----------
 recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb   |    3 ---
 recipes/xorg-proto/xf86bigfontproto_1.1.2.bb       |    2 ++
 recipes/xorg-proto/xf86bigfontproto_1.2.0.bb       |    2 ++
 5 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb
deleted file mode 100644
index 388436d..0000000
--- a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require xf86bigfontproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
-XORG_PN = "xf86bigfontproto"
-
-SRC_URI[archive.md5sum] = "a318c1e86123832d7b0c95fc7d47ef35"
-SRC_URI[archive.sha256sum] = "01b475b5b27709a738db6f94ce2ded37f5db0792e8d9318069ecf1690a15f124"
diff --git a/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb b/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb
deleted file mode 100644
index 39be209..0000000
--- a/recipes/xorg-proto/xf86bigfontproto-native_1.2.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require xf86bigfontproto_${PV}.bb
-
-PR = "r1"
-
-XORG_PN = "xf86bigfontproto"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "120e226ede5a4687b25dd357cc9b8efe"
-SRC_URI[archive.sha256sum] = "ba9220e2c4475f5ed2ddaa7287426b30089e4d29bd58d35fad57ba5ea43e1648"
diff --git a/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb
deleted file mode 100644
index 32b6280..0000000
--- a/recipes/xorg-proto/xf86bigfontproto-sdk_1.1.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require xf86bigfontproto_${PV}.bb
-
-inherit sdk
diff --git a/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb
index 8cebdca..ab94212 100644
--- a/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb
+++ b/recipes/xorg-proto/xf86bigfontproto_1.1.2.bb
@@ -5,5 +5,7 @@ PE = "1"
 
 XORG_PN = "xf86bigfontproto"
 
+BBCLASSEXTEND = "native sdk"
+
 SRC_URI[archive.md5sum] = "a318c1e86123832d7b0c95fc7d47ef35"
 SRC_URI[archive.sha256sum] = "01b475b5b27709a738db6f94ce2ded37f5db0792e8d9318069ecf1690a15f124"
diff --git a/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb b/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb
index b297edf..9b27cd0 100644
--- a/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb
+++ b/recipes/xorg-proto/xf86bigfontproto_1.2.0.bb
@@ -5,5 +5,7 @@ PE = "1"
 
 XORG_PN = "xf86bigfontproto"
 
+BBCLASSEXTEND = "native sdk"
+
 SRC_URI[archive.md5sum] = "120e226ede5a4687b25dd357cc9b8efe"
 SRC_URI[archive.sha256sum] = "ba9220e2c4475f5ed2ddaa7287426b30089e4d29bd58d35fad57ba5ea43e1648"





More information about the Openembedded-commits mailing list