summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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