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

git version control git at git.openembedded.org
Fri Apr 15 21:10:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 7f90072d22a58a718f359900391fa85312b5a44e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f90072d22a58a718f359900391fa85312b5a44e

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Apr 15 14:08:24 2011 -0700

Revert "dtc_git: Merge .inc into .bb, update"

Oops, forgot to deal with native.

This reverts commit b6484e74c4c1be2fb83484d6a2b6d379d7d44bee.

---

 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 c2490fa..a17a39d 100644
--- a/recipes/dtc/dtc_git.bb
+++ b/recipes/dtc/dtc_git.bb
@@ -1,11 +1,2 @@
 require dtc.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"
+require dtc_git.inc
diff --git a/recipes/dtc/dtc_git.inc b/recipes/dtc/dtc_git.inc
new file mode 100644
index 0000000..ded44f6
--- /dev/null
+++ b/recipes/dtc/dtc_git.inc
@@ -0,0 +1,9 @@
+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