[oe-commits] Martin Jansa : fontcacheproto: 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: cb087658bcc612b82bc76f1781ec21f817194d66
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb087658bcc612b82bc76f1781ec21f817194d66

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

fontcacheproto: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-proto/fontcacheproto-native_0.1.2.bb |    5 -----
 recipes/xorg-proto/fontcacheproto-native_0.1.3.bb |    9 ---------
 recipes/xorg-proto/fontcacheproto_0.1.2.bb        |    2 ++
 recipes/xorg-proto/fontcacheproto_0.1.3.bb        |    2 ++
 4 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb b/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb
deleted file mode 100644
index e663faa..0000000
--- a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require fontcacheproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
diff --git a/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb b/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb
deleted file mode 100644
index e4761d0..0000000
--- a/recipes/xorg-proto/fontcacheproto-native_0.1.3.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require fontcacheproto_${PV}.bb
-
-PR = "r1"
-
-
-inherit native
-
-SRC_URI[archive.md5sum] = "a8a50e5e995bfacb0359575faf7f6906"
-SRC_URI[archive.sha256sum] = "1dcaa659d416272ff68e567d1910ccc1e369768f13b983cffcccd6c563dbe3cb"
diff --git a/recipes/xorg-proto/fontcacheproto_0.1.2.bb b/recipes/xorg-proto/fontcacheproto_0.1.2.bb
index f2a2faa..595ec5f 100644
--- a/recipes/xorg-proto/fontcacheproto_0.1.2.bb
+++ b/recipes/xorg-proto/fontcacheproto_0.1.2.bb
@@ -5,3 +5,5 @@ PE = "1"
 
 SRC_URI[archive.md5sum] = "60df6b625074a9790e28543dcea71651"
 SRC_URI[archive.sha256sum] = "48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9"
+
+BBCLASSEXTEND = "native"
diff --git a/recipes/xorg-proto/fontcacheproto_0.1.3.bb b/recipes/xorg-proto/fontcacheproto_0.1.3.bb
index b105d1b..77f3793 100644
--- a/recipes/xorg-proto/fontcacheproto_0.1.3.bb
+++ b/recipes/xorg-proto/fontcacheproto_0.1.3.bb
@@ -5,3 +5,5 @@ PE = "1"
 
 SRC_URI[archive.md5sum] = "a8a50e5e995bfacb0359575faf7f6906"
 SRC_URI[archive.sha256sum] = "1dcaa659d416272ff68e567d1910ccc1e369768f13b983cffcccd6c563dbe3cb"
+
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list