diff options
-rw-r--r-- | recipes-dpaa/usdpaa/usdpaa_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index ae3c5108..9aac0f0c 100644 --- a/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/recipes-dpaa/usdpaa/usdpaa_git.bb | |||
@@ -5,8 +5,6 @@ PR = "r4" | |||
5 | 5 | ||
6 | inherit pkgconfig | 6 | inherit pkgconfig |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | |||
10 | DEPENDS += "flib" | 8 | DEPENDS += "flib" |
11 | 9 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" |
@@ -23,4 +21,7 @@ do_install () { | |||
23 | } | 21 | } |
24 | 22 | ||
25 | PARALLEL_MAKE_pn-${PN} = "" | 23 | PARALLEL_MAKE_pn-${PN} = "" |
24 | |||
26 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" | 25 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" |
26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
27 | |||