[oe-commits] Martin Jansa : makedepend: convert to BBCLASSEXTEND, .inc, move checksums to recipe

git version control git at git.openembedded.org
Thu Mar 18 14:05:39 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Mar 18 09:21:28 2010 +0100

makedepend: convert to BBCLASSEXTEND, .inc, move checksums to recipe

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

---

 recipes/xorg-util/makedepend-native_1.0.1.bb |    9 ---------
 recipes/xorg-util/makedepend-native_1.0.2.bb |    9 ---------
 recipes/xorg-util/makedepend.inc             |    8 ++++++++
 recipes/xorg-util/makedepend_1.0.1.bb        |   10 ++++------
 recipes/xorg-util/makedepend_1.0.2.bb        |   10 ++++------
 5 files changed, 16 insertions(+), 30 deletions(-)

diff --git a/recipes/xorg-util/makedepend-native_1.0.1.bb b/recipes/xorg-util/makedepend-native_1.0.1.bb
deleted file mode 100644
index 9facfc6..0000000
--- a/recipes/xorg-util/makedepend-native_1.0.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require xorg-util-common.inc
-inherit native
-
-DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto-native util-macros-native"
-PR = "r2"
-PE = "1"
-
-XORG_PN = "makedepend"
diff --git a/recipes/xorg-util/makedepend-native_1.0.2.bb b/recipes/xorg-util/makedepend-native_1.0.2.bb
deleted file mode 100644
index 9facfc6..0000000
--- a/recipes/xorg-util/makedepend-native_1.0.2.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require xorg-util-common.inc
-inherit native
-
-DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto-native util-macros-native"
-PR = "r2"
-PE = "1"
-
-XORG_PN = "makedepend"
diff --git a/recipes/xorg-util/makedepend.inc b/recipes/xorg-util/makedepend.inc
new file mode 100644
index 0000000..b1a27c6
--- /dev/null
+++ b/recipes/xorg-util/makedepend.inc
@@ -0,0 +1,8 @@
+require xorg-util-common.inc
+DESCRIPTION = "create dependencies in makefiles"
+DEPENDS = "xproto util-macros"
+
+PE = "1"
+INC_PR = "r4"
+
+BBCLASSEXTEND = "native"
diff --git a/recipes/xorg-util/makedepend_1.0.1.bb b/recipes/xorg-util/makedepend_1.0.1.bb
index e998bba..05cc5e6 100644
--- a/recipes/xorg-util/makedepend_1.0.1.bb
+++ b/recipes/xorg-util/makedepend_1.0.1.bb
@@ -1,6 +1,4 @@
-require xorg-util-common.inc
-
-DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto util-macros"
-PR = "r2"
-PE = "1"
+require makedepend.inc
+PR = "${INC_PR}.0"
+SRC_URI[archive.md5sum] = "90f5f3b987497a481b94d49372f17dce"
+SRC_URI[archive.sha256sum] = "0a4a0d4e2613b0cd4321e55fd4741788b728736fc8a517996e2015fa49862e61"
diff --git a/recipes/xorg-util/makedepend_1.0.2.bb b/recipes/xorg-util/makedepend_1.0.2.bb
index a7a2385..2f7850d 100644
--- a/recipes/xorg-util/makedepend_1.0.2.bb
+++ b/recipes/xorg-util/makedepend_1.0.2.bb
@@ -1,6 +1,4 @@
-require xorg-util-common.inc
-
-DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto util-macros"
-PR = "r3"
-PE = "1"
+require makedepend.inc
+PR = "${INC_PR}.0"
+SRC_URI[archive.md5sum] = "905bfeb1a59929d950e5d638fbadcf39"
+SRC_URI[archive.sha256sum] = "008e6e117372e04cdc9a72ffc7dfae2e2d6617c9b399e052ae12dc2a1a03079a"





More information about the Openembedded-commits mailing list