aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dtc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-15 14:08:24 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-15 14:08:24 -0700
commit7f90072d22a58a718f359900391fa85312b5a44e (patch)
treea244c90b98ea08086414d06e4de33f69b684f371 /recipes/dtc
parentb6484e74c4c1be2fb83484d6a2b6d379d7d44bee (diff)
downloadopenembedded-7f90072d22a58a718f359900391fa85312b5a44e.tar.gz
Revert "dtc_git: Merge .inc into .bb, update"
Oops, forgot to deal with native. This reverts commit b6484e74c4c1be2fb83484d6a2b6d379d7d44bee.
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 c2490fa55e..a17a39d527 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 0000000000..ded44f6c8c
--- /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"