[oe-commits] Tom Rini : dtc_git: Merge .inc into .bb, update

git version control git at git.openembedded.org
Thu Apr 21 20:02:35 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: b6484e74c4c1be2fb83484d6a2b6d379d7d44bee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b6484e74c4c1be2fb83484d6a2b6d379d7d44bee

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Apr 15 12:58:30 2011 -0700

dtc_git: Merge .inc into .bb, update

Change the SRC_URI to reference git.jdl.com and move dtc_git.inc into
dtc_git.bb.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/dtc/dtc_git.bb  |   11 ++++++++++-
 recipes/dtc/dtc_git.inc |    9 ---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/recipes/dtc/dtc_git.bb b/recipes/dtc/dtc_git.bb
index a17a39d..c2490fa 100644
--- a/recipes/dtc/dtc_git.bb
+++ b/recipes/dtc/dtc_git.bb
@@ -1,2 +1,11 @@
 require dtc.inc
-require dtc_git.inc
+
+SRC_URI = "git://git.jdl.com/software/dtc.git;protocol=git"
+SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
+PV = "1.2.0"
+PR = "r1"
+PR_append = "+gitr${SRCREV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+S = "${WORKDIR}/git"
diff --git a/recipes/dtc/dtc_git.inc b/recipes/dtc/dtc_git.inc
deleted file mode 100644
index ded44f6..0000000
--- a/recipes/dtc/dtc_git.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git"
-SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
-PV = "1.2.0"
-PR = "r1"
-PR_append = "+gitr${SRCREV}"
-
-DEFAULT_PREFERENCE = "-1"
-
-S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list