summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa2/dpl-examples/dpl-examples_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
index aa3ee444..dfa22958 100644
--- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
+++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
@@ -6,8 +6,8 @@ DEPENDS = "dtc-native"
6 6
7inherit deploy 7inherit deploy
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/dpl-examples.git;branch=sdk-v2.0.x" 9SRC_URI = "git://git.freescale.com/ppc/sdk/dpl-examples.git;nobranch=1"
10SRCREV = "2f8a6c2c0607b663afd69aa0477c2047f25031ca" 10SRCREV = "cea280fd06b9c43fa73f3d9ef629b171cccd0fcd"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13