aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-08-09mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems ↵koen/darwin-host-fixesKoen Kooi
where quilt wants to creat the 'patches' dir
2010-08-09quilt-native: disable getopt for darwin buildhostsJason Kridner
2010-08-09openssl: add i386-darwin to known buildhostsJason Kridner
2010-08-09libtool: BSD doesn't support cp -r, change to cp -RKoen Kooi
2010-08-09stage-manager: change cp -d to cp -p, add hacky check for BSD mktempKoen Kooi
2010-08-09angstrom-uboot-scripts: debugged beagleboard validation boot/user scriptsJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-09beagleboard-test-image: add devmem2Jason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-09beagleboard-test-image: add additional packagesJason Kridner
Add sox for audio testing. Add kernel-module-mt9t112 for camera testing. Add u-boot-mkimage for editing the boot.scr and user.scr files. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-09netbase: beagleboard: auto configure xM EthernetJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-09cdstatus: removed tabsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-09mythtv: removed tabsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-09tgt: oe-stylizeFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-09cdparanoia: oe-stylizeFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-09gsnmp-0.3.0: fix quoting in autoconf macrosHenri Bragge
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
2010-08-09firmware: Add recipe to work with the marvell-sdio-tf-fwStefan Schmidt
2010-08-09pointercal: Add bug20 support and bump PRStefan Schmidt
2010-08-09task-x11: fix PACKAGE_ARCH override for task-x11-server, _pn- didn't work it ↵Martin Jansa
seems
2010-08-09task-shr-feed: add xfsprogsMartin Jansa
2010-08-09calibrateproto: fix qa_stagingMartin Jansa
* use relative path, otherwise we stage link to workdir, which is later cleaned by rm_work and qa_staging fails Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08eglibc_2.12/eglibc_svn: Update SRCREV to latest tip.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-08klibc: Get rid of legacy staging.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-08linux-leviathan: bump git revivion and PRDenis 'GNUtoo' Carikli
This new revision support a new procfs file that prints a resume reason. That is needed for resuming when we get a call. (this kernel is used on the htcdream,which is a phone)
2010-08-08libsdl-mixer: fixed the absence of ogg support(because of a libmikmod ↵Denis 'GNUtoo' Carikli
issue),bump PR and convert libmikmod staging When I ran wesnoth 1.8.3 I had no music and similar messages on the console: error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg' At first I tought that I missed a dlopend library. But I did an ldd on libsdl-mixer and compared with the version on my desktop: root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1 libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x400 54000) libpthread.so.0 => /lib/libpthread.so.0 (0x400d4000) libmad.so.0 => /usr/lib/libmad.so.0 (0x400f4000) libc.so.6 => /lib/libc.so.6 (0x40110000) libm.so.6 => /lib/libm.so.6 (0x40234000) libts-1.0.so.0 => /usr/lib/libts-1.0.so.0 (0x402d0000) libdl.so.2 => /lib/libdl.so.2 (0x402dc000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402e8000) /lib/ld-linux.so.3 (0x2a000000) And I found huge differences with my desktop version: linux-vdso.so.1 => (0x00007fff63cef000) libm.so.6 => /lib/libm.so.6 (0x00007f32232dd000) libmikmod.so.2 => /usr/lib/libmikmod.so.2 (0x00007f322308d000) libdl.so.2 => /lib/libdl.so.2 (0x00007f3222e88000) libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000) libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000) libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000) libc.so.6 => /lib/libc.so.6 (0x00007f3222409000) /lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000) libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f32221dc000) libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f3221fd4000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3221cc0000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f3221aa9000) libpulse-simple.so.0 => /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000) libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007f3221662000) libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000) libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000) libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3220d9e000) libpulsecommon-0.9.21.so => /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000) librt.so.1 => /lib/librt.so.1 (0x00007f3220949000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3220610000) libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f32203f4000) libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f32201eb000) libXtst.so.6 => /usr/lib/libXtst.so.6 (0x00007f321ffe4000) libwrap.so.0 => /lib/libwrap.so.0 (0x00007f321fdd8000) libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007f321fb73000) libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00007f321f934000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f321f716000) libuuid.so.1 => /lib/libuuid.so.1 (0x00007f321f511000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f321f2ff000) libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f321f0ee000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f321eed4000) libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007f321ec89000) libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f321e6a9000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000) Then I looked in the configure log of libsdl-mixer and found that: .../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor' collect2: ld returned 1 exit status configure:11865: $? = 1 During the detection of libvorbis. I had no idea on how to fix that,so I asked on irc(#oe on Freenode): Khem helped me a lot and at some point said(about libmikmod): Aug 03 16:57:38 <khem> add -lm to LDFLAGS And finally: Aug 03 17:35:33 <ensc|w> GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it Aug 03 17:35:37 <GNUtoo|laptop> armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod Aug 03 17:35:50 <GNUtoo|laptop> ensc|w, isn't that risky? but I can try that Aug 03 17:36:02 <GNUtoo|laptop> you mean OEMAKE? Aug 03 17:36:11 <ensc|w> wrong... EXTRA_OECONF='LIBRARY_LIB=-lm' Thanks a lot for the help About the PR bump: 19:59 < khem> you should only bump the pr of the package you are modifying 19:59 < GNUtoo|htcdream> khem: ok thanks a lot So I bumped only PR of libmikmod and sdl-mixer
2010-08-08urjtag: fixed license (GPL -> GPLv2)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-08urjtag: new recipeFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-08-07sox: Get rid of do_stage and use BBCLASSEXTENDKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06uclibc++_0.1.9.bb: Get rid of legacy staging.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06elfutils_0.89.bb: Remove.Khem Raj
* Old recipe not used by anyone Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06cairo/libsvg/xsvg: Remove staging null opsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06shasum: Convert do_stage -> do_install (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06calibrateproto: Convert do_stage to do_installRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06xorg-font: Remove null op staging functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06modutils-cross: Convert do_stage to do_install (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06chicken-cross: Remove do_stageRichard Purdie
These do_stage functions are duplicates of the do_install so may as well be removed. The do_install doesn't install into ${D} but that is a different problem. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06cross.bbclass: Drop automatic stage function and associated gcc dummy stubRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06gdb: Drop empty do_stage functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06gcc-native: Convert do_stage to do_installRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06gcc-cross-kernel: Convert do_stage to do_install (from Poky)Richard Purdie
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-06binutils: Clean out unneeded do_stage functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06ftdi_eeprom: Add recipe for version 0.3Khem Raj
* Remove unused patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06confuse: Add recipe for 2.7Khem Raj
* Use BBCLASSEXTEND for native recipe. * Remove older versions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06libftdi: Upgrade to 0.18Khem Raj
* Use BBCLASSEXTEND for native recipes. * Remove old versions of native and target recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-07openjdk: update the unused-backtrace-patch for uclibcHenning Heinold
2010-08-06apt: removed 0.7.2Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06sip-native: removed a few old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06python-cython[-native] removed 0.10.3Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06python-pygobject[-native]: removed old 2.14.2 versionFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06openssl: removed old 0.9.7 versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06apt: removed some very old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>