| Submitter | Koen Kooi |
|---|---|
| Date | May 18, 2011, 1:44 p.m. |
| Message ID | <1305726289-9546-3-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/4335/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 960d837..9e76096 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 () { } export LSOF_OS = "${TARGET_OS}" -LSOF_OS_linux-uclibc = "linux" -LSOF_OS_linux-gnueabi = "linux" +LSOF_OS_libc-uclibc = "linux" +LSOF_OS_libc-glibc = "linux" export LSOF_INCLUDE = "${STAGING_INCDIR}" do_configure () {
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/recipes-extended/lsof/lsof_4.84.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)