diff options
Diffstat (limited to 'recipes-kernel/ceetm/ceetm_git.bb')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 1059e006..9ed3f1f5 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -11,9 +11,9 @@ DEPENDS = "iproute2" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | export IPROUTE2_DIR="${STAGING_DIR_TARGET}" | 14 | export IPROUTE2_DIR = "${STAGING_DIR_TARGET}" |
15 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 15 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
16 | export CROSS_COMPILE="${WRAP_TARGET_PREFIX}" | 16 | export CROSS_COMPILE = "${WRAP_TARGET_PREFIX}" |
17 | 17 | ||
18 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | 18 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" |
19 | 19 | ||