summaryrefslogtreecommitdiffstats
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
commit6567d3c0f08eb6c15806bf537a291d5a5360b388 (patch)
treedeae4e387ae30e7c82c706ab24c7493dd98d8774
parentbc3cdfc5e3431da464bee1e0bb1b6c30b4d24def (diff)
downloadmeta-fsl-ppc-6567d3c0f08eb6c15806bf537a291d5a5360b388.tar.gz
usdpaa: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index 48e860f..e61989a 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/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