aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libvalhalla
AgeCommit message (Collapse)Author
2010-04-07libvalhalla: Correct `PV` for `libvalhalla_hg.bb`.Paul Menzel
Otherwise `libvalhalla_1.0.1.bb` is the preferred recipe if `bitbake libvalhalla` is run. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28libvalhalla: Add libvalhalla hg.Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27libvalhalla: Add recipe for libvalhalla 1.0.1.Paul Menzel
1. `--enable-pic` is needed for non-x86 architectures. 2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though. 3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`. 4. Depend on `libnfo` since it is recommended on upstream’s Web site. `do_configure()` is based on the recipe of `ushare`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>