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

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

fixesproto: convert to BBCLASSEXTENDS

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

---

 recipes/xorg-proto/fixesproto-native_4.0.bb   |    5 -----
 recipes/xorg-proto/fixesproto-native_4.1.1.bb |    6 ------
 recipes/xorg-proto/fixesproto_4.0.bb          |    1 +
 recipes/xorg-proto/fixesproto_4.1.1.bb        |    1 +
 4 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/recipes/xorg-proto/fixesproto-native_4.0.bb b/recipes/xorg-proto/fixesproto-native_4.0.bb
deleted file mode 100644
index 3169eaa..0000000
--- a/recipes/xorg-proto/fixesproto-native_4.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require fixesproto_${PV}.bb
-require xorg-proto-native.inc
-
-PR = "r1"
-
diff --git a/recipes/xorg-proto/fixesproto-native_4.1.1.bb b/recipes/xorg-proto/fixesproto-native_4.1.1.bb
deleted file mode 100644
index 4d0b2be..0000000
--- a/recipes/xorg-proto/fixesproto-native_4.1.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require fixesproto_${PV}.bb
-
-PR = "r1"
-
-
-inherit native
diff --git a/recipes/xorg-proto/fixesproto_4.0.bb b/recipes/xorg-proto/fixesproto_4.0.bb
index fa83bf7..8728d6d 100644
--- a/recipes/xorg-proto/fixesproto_4.0.bb
+++ b/recipes/xorg-proto/fixesproto_4.0.bb
@@ -4,6 +4,7 @@ CONFLICTS = "fixesext"
 PR = "r1"
 PE = "1"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "8b298cc3424597f8138c7faf7763dce9"
 SRC_URI[archive.sha256sum] = "b3fe971ccc8152db6c78da7117c31fc4cd2fcb2b6a4df3db0f8fed13d4ceb08f"
diff --git a/recipes/xorg-proto/fixesproto_4.1.1.bb b/recipes/xorg-proto/fixesproto_4.1.1.bb
index 11e2c77..18aed94 100644
--- a/recipes/xorg-proto/fixesproto_4.1.1.bb
+++ b/recipes/xorg-proto/fixesproto_4.1.1.bb
@@ -4,6 +4,7 @@ CONFLICTS = "fixesext"
 PR = "r1"
 PE = "1"
 
+BBCLASSEXTEND = "native"
 
 SRC_URI[archive.md5sum] = "4c1cb4f2ed9f34de59f2f04783ca9483"
 SRC_URI[archive.sha256sum] = "e72a32916ad4bbd03847f8945c55582bdbafc039d286ded7365d402a7ff164ef"





More information about the Openembedded-commits mailing list