diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-10-18 13:44:46 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:02 +0800 |
commit | 5bcf7978691e878c26c81d81c0aadeb8733e355a (patch) | |
tree | b2d63a56b728fba0a21fc7693730ae52d4d0d98e /meta-fsl-ppc | |
parent | 0951d698e070046f05f65dc1f88f2e806dcbf5d3 (diff) | |
download | meta-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.bb | 8 |
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 | ||
6 | inherit pkgconfig | 6 | inherit pkgconfig |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | |||
8 | DEPENDS = "libxml2 libedit ncurses readline flib fmc" | 10 | DEPENDS = "libxml2 libedit ncurses readline flib fmc" |
9 | RDEPENDS_${PN} = "libgcc bash" | 11 | RDEPENDS_${PN} = "libgcc bash" |
10 | 12 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" | 13 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1" |
12 | SRCREV = "97fe45d9697ef339e10a1885539b23fa7fcb113e" | 14 | SRCREV = "cc8e332c64e5840ea2037624159801284434caba" |
13 | 15 | ||
14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
15 | 17 | ||
@@ -42,8 +44,6 @@ do_install () { | |||
42 | PARALLEL_MAKE_pn-${PN} = "" | 44 | PARALLEL_MAKE_pn-${PN} = "" |
43 | FILES_${PN} += "/root/SOURCE_THIS /usr/etc/" | 45 | FILES_${PN} += "/root/SOURCE_THIS /usr/etc/" |
44 | 46 | ||
45 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
46 | |||
47 | COMPATIBLE_HOST_fslmachine = ".*" | 47 | COMPATIBLE_HOST_fslmachine = ".*" |
48 | COMPATIBLE_HOST ?= "(none)" | 48 | COMPATIBLE_HOST ?= "(none)" |
49 | 49 | ||