diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.84.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 960d837475..9e760965d9 100644 --- a/meta/recipes-extended/lsof/lsof_4.84.bb +++ b/meta/recipes-extended/lsof/lsof_4.84.bb | |||
@@ -23,8 +23,8 @@ python do_unpack () { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | export LSOF_OS = "${TARGET_OS}" | 25 | export LSOF_OS = "${TARGET_OS}" |
26 | LSOF_OS_linux-uclibc = "linux" | 26 | LSOF_OS_libc-uclibc = "linux" |
27 | LSOF_OS_linux-gnueabi = "linux" | 27 | LSOF_OS_libc-glibc = "linux" |
28 | export LSOF_INCLUDE = "${STAGING_INCDIR}" | 28 | export LSOF_INCLUDE = "${STAGING_INCDIR}" |
29 | 29 | ||
30 | do_configure () { | 30 | do_configure () { |