Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-07-18 | lsof: define linux C library type when using eglibc | Ting Liu | 1 | |
lsof tries to compile a temp c source file and execute the binary to determine linux C library type (file Configure, line 2689-2717). It is inpracticable for cross-compilation and may have build issue on some distros since it depends on host settings. Fix below error when building for 64bit target on 64bit host: [...] | dsock.c:481:44: error: 'TCP_LISTEN' undeclared (first use in this function) | dsock.c:482:45: error: 'TCP_CLOSING' undeclared (first use in this function) [...] | make: *** [dsock.o] Error 1 The actual issue exists in do_configure: [...] Testing C library type with cc ... done Cannot determine C library type; assuming it is not glibc. Which is in turn caused by missing 'gnu/stubs-32.h" when compiling the temp c source file on host: [...] fatal error: gnu/stubs-32.h: No such file or directory compilation terminated. file gnu/stubs-32.h is provided by 32bit glibc. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 | |
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-10-06 | lsof: Update to 4.84 | Saul Wold | 1 | |
Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2011-05-19 | lsof: fix libc overrides | Koen Kooi | 1 | |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
2010-12-16 | recipes-extended: Add Summary information | Mark Hatle | 1 | |
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||||
2010-12-09 | SRC_URI Checksums Additionals | Saul Wold | 1 | |
Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2010-12-02 | lsof:Add license checksum to bb file | Mei Lei | 1 | |
Add 00README file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com> | ||||
2010-11-14 | lsof: upgrade from 4.83 to 4.84 | Nitin A Kamble | 1 | |
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> | ||||
2010-09-01 | packages: Separate out most of the remaining packages into recipes | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |