summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/usdpaa/usdpaa_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-dpaa/usdpaa/usdpaa_git.bb')
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index 44d28fe..ac71491 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -9,7 +9,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9 9
10DEPENDS += "flib" 10DEPENDS += "flib"
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x \
13 file://0001-Use-TARGET_CC_ARCH-instead-of-hardcoding-flags.patch"
13SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11" 14SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"