aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dtc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-15 12:58:30 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-15 13:11:08 -0700
commitb6484e74c4c1be2fb83484d6a2b6d379d7d44bee (patch)
tree1664c25240dba17ea166d1289148ab6603ca3e05 /recipes/dtc
parent20ade7e02f3c7afa941ee1825ba23997aeaef7b8 (diff)
downloadopenembedded-b6484e74c4c1be2fb83484d6a2b6d379d7d44bee.tar.gz
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@mentor.com>
Diffstat (limited to 'recipes/dtc')
-rw-r--r--recipes/dtc/dtc_git.bb11
-rw-r--r--recipes/dtc/dtc_git.inc9
2 files changed, 10 insertions, 10 deletions
diff --git a/recipes/dtc/dtc_git.bb b/recipes/dtc/dtc_git.bb
index a17a39d527..c2490fa55e 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 ded44f6c8c..0000000000
--- 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"