summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
index 90a026aa..3663f262 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -6,8 +6,6 @@ PR = "r2"
6 6
7DEPENDS = "libxml2 fmlib tclap" 7DEPENDS = "libxml2 fmlib tclap"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;branch=sdk-v1.9.x" 9SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;branch=sdk-v1.9.x"
12SRCREV = "a079d2c844edd85dff85a317a63198e7988bcd09" 10SRCREV = "a079d2c844edd85dff85a317a63198e7988bcd09"
13 11
@@ -46,3 +44,6 @@ do_install () {
46} 44}
47 45
48PARALLEL_MAKE = "" 46PARALLEL_MAKE = ""
47
48PACKAGE_ARCH = "${MACHINE_SOCARCH}"
49