summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-10-18 13:44:46 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:02 +0800
commit5bcf7978691e878c26c81d81c0aadeb8733e355a (patch)
treeb2d63a56b728fba0a21fc7693730ae52d4d0d98e /meta-fsl-ppc
parent0951d698e070046f05f65dc1f88f2e806dcbf5d3 (diff)
downloadmeta-freescale-5bcf7978691e878c26c81d81c0aadeb8733e355a.tar.gz
usdpaa: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb b/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb
index 48e860f76..e61989a0b 100644
--- a/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -5,11 +5,13 @@ PR = "r4"
5 5
6inherit pkgconfig 6inherit pkgconfig
7 7
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
8DEPENDS = "libxml2 libedit ncurses readline flib fmc" 10DEPENDS = "libxml2 libedit ncurses readline flib fmc"
9RDEPENDS_${PN} = "libgcc bash" 11RDEPENDS_${PN} = "libgcc bash"
10 12
11SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" 13SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1"
12SRCREV = "97fe45d9697ef339e10a1885539b23fa7fcb113e" 14SRCREV = "cc8e332c64e5840ea2037624159801284434caba"
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17
@@ -42,8 +44,6 @@ do_install () {
42PARALLEL_MAKE_pn-${PN} = "" 44PARALLEL_MAKE_pn-${PN} = ""
43FILES_${PN} += "/root/SOURCE_THIS /usr/etc/" 45FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
44 46
45PACKAGE_ARCH = "${MACHINE_ARCH}"
46
47COMPATIBLE_HOST_fslmachine = ".*" 47COMPATIBLE_HOST_fslmachine = ".*"
48COMPATIBLE_HOST ?= "(none)" 48COMPATIBLE_HOST ?= "(none)"
49 49