diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-03 12:31:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
| commit | fd2b4dbacd1afc5a2dc6388b1969d5464da04ac4 (patch) | |
| tree | a216db2cffad0caf132be8becce77ceaf834037e | |
| parent | 1f97c59b45791993ce7c10525e0842769fa352d9 (diff) | |
| download | meta-openembedded-fd2b4dbacd1afc5a2dc6388b1969d5464da04ac4.tar.gz | |
luajit: Fix override syntax
Do not convert the variable name resembling override setups passed to makefile
Fix some of missed overrides
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index 645680cd9f..d4ff06b677 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
| @@ -30,8 +30,8 @@ BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}" | |||
| 30 | # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD | 30 | # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD |
| 31 | LUA_TARGET_OS = "Unknown" | 31 | LUA_TARGET_OS = "Unknown" |
| 32 | LUA_TARGET_OS:darwin = "Darwin" | 32 | LUA_TARGET_OS:darwin = "Darwin" |
| 33 | LUA_TARGET_OS_linux = "Linux" | 33 | LUA_TARGET_OS:linux = "Linux" |
| 34 | LUA_TARGET_OS_linux-gnueabi = "Linux" | 34 | LUA_TARGET_OS:linux-gnueabi = "Linux" |
| 35 | LUA_TARGET_OS:mingw32 = "Windows" | 35 | LUA_TARGET_OS:mingw32 = "Windows" |
| 36 | 36 | ||
| 37 | # We don't want the lua buildsystem's compiler optimizations, or its | 37 | # We don't want the lua buildsystem's compiler optimizations, or its |
| @@ -40,7 +40,7 @@ LUA_TARGET_OS:mingw32 = "Windows" | |||
| 40 | EXTRA_OEMAKE = "\ | 40 | EXTRA_OEMAKE = "\ |
| 41 | Q= E='@:' \ | 41 | Q= E='@:' \ |
| 42 | \ | 42 | \ |
| 43 | CCOPT= CCOPT:x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \ | 43 | CCOPT= CCOPT_x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \ |
| 44 | \ | 44 | \ |
| 45 | 'TARGET_SYS=${LUA_TARGET_OS}' \ | 45 | 'TARGET_SYS=${LUA_TARGET_OS}' \ |
| 46 | \ | 46 | \ |
