aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-06libqtaux2: fix staging of opie headers.Andrea Adami
* staging code in do_compile has been converted and moved in do_install * fix breakage introduced with febcae3b7b0b58c2668892ad1798eb1368bd4bc4 * (liquidset.cpp:38:32: error: opie2/ocolorbutton.h: No such file or dir...) * tested rebuilding opie-image armv5te from scratch * bump PR
2010-11-05mupdf-0.6: Fix SRC_URI for source url change.Alex Ferguson
Older mupdf releases are moved from mupdf.com/download/ to mupdf.com/download/archive/. mupdf 0.6 is an older release and its SRC_URI is no longer valid. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05bin/wrapper.sh: fix sed self execChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05gcc-4.5.inc: Fix code generation for armv4 with EABIKhem Raj
Also bump to latest SVN REV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-05bin/sed: Fix arg saving thinkoChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05termcap: add 2.0.8 with gentoo patchsetChris Larson
No one should really be using this, but what the heck. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05glibc 2.9: add experimental, angstrom only memcpy patchKoen Kooi
* Angstrom only till it receives further testing * Apart from the PR bump, this has no impact at all on non-angstrom distros Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
2010-11-05matchbox-desktop: Modify layout.patch for highlight colors.Alex Ferguson
Modified layout.patch with a modified highlight color, which is by default white. White highlight does not go well with white text, so the highlight is now (nearly) black. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05gtk+-1.2: Patch gtkfilesel for smaller screens.Alex Ferguson
* Added small-filesel.patch, which is only for jlime, but is possibly useful for other devices as well, and which modifies gtkfilesel to fit in screens of 320x240 and larger resolutions. * Modified gtk+-1.2-1.2.10 recipe for above patch. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05jlime-extras: Split machine-specific files, update recipes.Alex Ferguson
jlime-extras is now split into two recipes, jlime-extras and jlime-extras-${MACHINE}, which contains machine-specific files and on which jlime-extras depends upon. jlime-extras-ben-nanonote was created, recipes for other machines are coming up. jlime-extras was also updated to reflect changes in the source archive. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05matchbox-common: Add jlime-specific modifications.Alex Ferguson
* Added jlime-vfolders.patch, which modifies the default folders for matchbox-desktop. * Modified matchbox-common-0.9.1 recipe for the above patch and for matchbox-icons.tar.gz, which is a collection of icons which replace the default matchbox icons. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.Alex Ferguson
mupdf-git does not build, and stable version recipes should always be preferred over git versions where available. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05jlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.Alex Ferguson
parted is obsolete and takes up space, so we remove it. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05tune-mips32.inc: Add missing definitions.Alex Ferguson
I added the FEED_ARCH and BASE_PACKAGE_ARCH definitions which are assigned the value of TARGET_ARCH (which is defined in the individual machine files). I used the TARGET_ARCH variable and not a static value since the value can be either "mipsel" (as in ben-nanonote) or "mips" (as in qemumips). Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05contrib/testing/testscript.sh: createdFrans Meulenbroeks
This is an example script to run tests for the testing branch. See also http://wiki.openembedded.net/index.php/TestingScript Feel free to improve! Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-05shr-version don't export METADATA_BRANCH and METADATA_REVISIONMartin Jansa
* otherwise you'll get NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while calling a Python object while evaluating: ${@base_get_scm_branch(d)} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-05task-arago-toolchain: Exclude from World buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-11-05meta.bbclass: Exclude meta recipes from world buildsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-11-05xorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-04angstrom-version: drop unnecessary exportsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04metacity: depend on gnome-doc-utils to fix buildMichael Smith
Otherwise autocruft complains about missing HAVE_GNOME_DOC_UTILS conditional in gnome-doc-utils.make. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-04MAINTAINERS: add myself for termcapChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04termcap, termcapfile: add GNU termcap 1.3.1Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04metadata_scm: use rev-parse rather than show-refChris Larson
show-ref will show all matching refs, so a "show-ref HEAD" will show not just the local HEAD, but the fetched remote ones as well. This isn't what we want for this function, so change it to use rev-parse with --verify, and also change it to use --short, to shorten the hash to a more palatable length. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Tim Harvey <harvey.tim@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-04bin/{cp,sed}: simplify, consolidateChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04srctree: don't merge tasks if using BChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04db 5.0.21: fix cp argument portabilityChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04base.bbclass: rename base_eventhandler to build_summaryChris Larson
This better reflects what the event handler is doing -- it's no longer a pile of random base event handling bits, it now just displays a build summary at build start. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04xf86-video-openchrome: DEPEND on libxvmcMichael Smith
configure fails without it. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-04libxcb: DEPEND on xcb-proto-nativeMichael Smith
libxcb needs the xcbgen Python modules staged by xcb-proto-native. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-04liboil 0.3.17: fix cross-compile on x86_64Michael Smith
Fix typo in whitelist of hosts allowing unaligned memory access. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-04own-mirrors.bbclass: allow mirroring of scm fetched packagesEric BENARD
this way, it's possible to setup a local webserver (for example using busybox httpd -p "8081" -h backuped_download_dir) serving a presiously fetched download directory and to build wihout the need for an internet access this can also be used when connected to know to know which packages are missing from the local mirror's directory (and thus are fetched from internet as a fallback), it's possible to run the server this way : busybox httpd -p "8081" -h backuped_download_dir -vv -f | grep -B 1 response:404 to get the name of the missing packages. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-04usb-modeswitch-data: Fix deps and add udev rules to packageMichael Lippautz
2010-11-04usb-modeswitch: Add sbin dir to packageMichael Lippautz
2010-11-04ddclient: cosmeticsMichael Lippautz
2010-11-04ddclient: Unbreak recipeMichael Lippautz
* ddclient expects its default config at /etc/ddclient/ddclient.conf instead of /etc/ddclient.conf Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-11-04xextproto-70-includes: remove obsolete commented do_stage code.Andrea Adami
2010-11-04libqtaux: clean do_compile task. Add INC_PR and bump it to "r1".Andrea Adami
2010-11-04xextproto-70-includes: remove superfluous do_stage. Bump PR.Andrea Adami
2010-11-04shr-image: remove /boot from jffs2/ubi/ubifs images only on om-gta01Martin Jansa
* om-gta02 has usually enough space on NAND * qi-bootmenu can use those kernels and supports only om-gta02 now * also make sure -boot is empty before moving /boot there * move /boot back even when last command mkfs.ubifs/ubinize/mkfs.jffs2 fails (no && here) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-04stat: merge target and native recipe, remov elegacy staging. Bump PR.Andrea Adami
2010-11-04e-wm: temporary bump SRCREV here, fix big icons, labels without ellipsisMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-03meta-toolchain-qte: fill OE_QMAKE_AREric Bénard
this allows the sdk to be used to compile libraries, else, we get : make[1]: cqs : command not found Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-11-03qt4e: add 2 imagesEric Bénard
- qt4e-base-image : contains qt4 embedded libraries and can be used as a base rootfs when developping using the sdk - qt4e-demo-image : contains qt-base-image + qt-demo + a script to launch qt-demo at boot, this image can be used to quickly setup a demonstration of qt capabilities on a machine using qtdemo - qt-demo-init : recipe creating the package which provides the init script to lauch qtdemo. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03tzcode-native: bump version to 2010nAntonio Ospite
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03tzdata: bump version to 2010oAntonio Ospite
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03uhd-firmware: Add checksums.Philip Balister
2010-11-03uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware isPhilip Balister
installed in an image.
2010-11-03uhd-firmware : Add recipe to install USRP firmware into images.Philip Balister
2010-11-03stppc2x: Change icon for stppc2xAlex Ferguson
I changed the icon for stppc2x to something more modern-looking from the Faenza iconset. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>