aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/libnewt_0.52.14.bb
AgeCommit message (Collapse)Author
2013-06-13libnewt: split python module into libnewt-pythonChristopher Larson
This is useful as it avoids pulling python into a build just to build chkconfig. The python recipe uses the libnewt installed in the sysroot by the main package, so there's little loss of build time, other than the additional unpack/patch. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18libnewt: Fix ${B} != ${S} (partial)Richard Purdie
Fix low hanging out of tree build issue but others remain. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-14newt: enable python supportKang Kai
Compile newt with python support. There may be packages that need newt's python extension. Add python to DEPENDS. And add patch fix_python_fpic.patch to compile python .so module with flag -fPIC. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-11libnewt: Fix cross link using autoconf detected ARJason Wessel
If building on 32bit host and creating 64bit libraries, the target package builds should not invoke the 32bit hosts's ar. Specifically you will get an error message like: x86_64-linux-gcc -m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -g -o test test.o libnewt.a -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lslang libnewt.a: could not read symbols: Archive has no index; run ranlib to add one collect2: error: ld returned 1 exit status Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-15libnewt: fix license warningsSaul Wold
WARNING: libnewt: No generic license file exists for: LGPL in any provider Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-14newt: update to 0.52.14Kang Kai
Update newt to latest verion 0.52.14. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>