summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools
AgeCommit message (Collapse)AuthorFiles
2011-04-28perl_5.12.2.bb: Undefine features not found in uclibcKhem Raj2
[sgw: cleaned whitespace issue, removed unneeded ;patch=1] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28qemu: Fix non-sdl/opengl buildSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28cdrtools: recipe and patch cleanupScott Garman3
* Recipe cleanup, added missing metadata fields and fixed whitespace issues * Added Upstream-Status to patches * Confirmed that CVE-2003-0655 does not apply to this recipe as rscsi is not packaged Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-28python: add missing cytpes modulesSaul Wold2
Contributed by Martin Jansa via OE Fixes [YOCTO #1003] Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28perl_5.12.2.bb: Undefine features not found in uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28elfutils_0.148.bb: Fix compilation issues on uclibcKhem Raj2
* Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28valgrind: upgrade to version 3.6.1Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28gdb: set --without-ust for EXTRA_OEFLAGSSaul Wold1
Disable using UST since there are some compiler errors with the newer version of lttng-ust 0.12, there may be other unknow problems, so wait for upstream fixes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28perl: upgrade from 5.12.2 to 5.12.3Nitin A Kamble69
And changed the perl tarball URL to more stable cpan location. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-28gcc: Add recipes for 4.6.0Khem Raj51
This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-26quilt: fix test for target buildQing He2
fixes [YOCTO #969] Signed-off-by: Qing He <qing.he@intel.com>
2011-04-22qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helperSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22libxml-parser-perl: upgrade from 2.36 to 2.40Nitin A Kamble2
2011-04-22perl-5.12.2: use of PERLHOSTLIB var fixNitin A Kamble57
PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl module. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22python-pycairo: fix installation path of __init__.pyNitin A Kamble1
This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22git: upgrade from 1.7.3.4 to 1.7.4.3Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22python-gst: upgrade from 0.10.19 to 0.10.21Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22qemu: disable sdl for target buildSaul Wold1
This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22Control over when package init scripts are runGary Thomas3
When a package is built, some installation scripts must be performed on the target. In the case of a complete image, these scripts are run by a separate step at init time, but only during the first boot (other package install scripts can just be run when the package is installed on the target). This patch lets the distribution (or user) decide when these postponed install scripts should run. The default is normally near the end of init, but there may be times when it's beneficial to run them earlier so the "when" can be overridden. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-21rpm: Refer to the yoctoproject.org bugzillaRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Further cleanup of various poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20adt_installer_internal: Remove hardcoded Poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-lsb override to linuxstdbaseRichard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20POKY_NATIVE_SYSROOT -> OECORE_NATIVE_SYSROOTRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie5
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-qemu to runqemuRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18e2fsprogs: Upgrade from 1.41.12 to 1.41.14Mei Lei4
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-18rsync: upgrade to version 3.0.8Qing He1
[YOCTO #983] from 3.0.7 fixes CVE-2011-1097 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18gcc: Add "--enable-clocale=gnu" option for LSB.Jingdong Lu1
Add "--enable-clocale=gun" option for gcc configuration explicitly for LSB distro in order to make sure C++ library can use correct locale module. Fixes [YOCTO #796] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-04-18qemu: Fix the qemu GL application start failure.Zhai Edwin2
Some turn-on macro/variable are re-arranged, buffer pointer is extended to support 32/64b combination of target/host. [YOCTO #688] fixed. [sgw: tweaked Upstream-Status format] Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08liburi-perl: update to 1.58Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-06elfutils: remove unused variables to fix compilation with GCC 4.6Joshua Lock2
Unused variables trigger a warning in GCC 4.6 which are caught by -Werror as used in the elfutils makefiles and therefore the build fails. This patch adds some consolidated fixes from upstream to remove the unused variables, they will no longer be required as of elfutils 0.152 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-06desktop-file-utils: Add SRC_URI checksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-04docbook-dsssl-stylesheets-native: run install-catalog only during ↵Scott Garman1
do_populate_sysroot Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04openjade-native: run install-catalog only during do_populate_sysrootScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04docbook-sgml-dtd-native.inc: run install-catalog only during do_populate_sysrootScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04Revert "elfutils: fix builds with gcc 4.6"Richard Purdie1
This change does not work with previous versions of gcc. This reverts commit a02eb31697cd977f3587f42bb09b8a9ebcca7a4b.
2011-04-04qemu-nativesdk: fix do_configureIlya Yanok1
qemu 0.14 does not need --cross-prefix switch as it uses CC environment variables (and friends) which contains the cross prefix already. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04openjade: fix build with GCC 4.6Joshua Lock2
In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04python-native: add missing SRC_URI hashesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04elfutils: fix builds with gcc 4.6Joshua Lock1
gcc 4.6 (as used in Fedora 15) adds some extra warnings which are included with Werror. The new unused-but-set variable warning causes an error in libasm of elfutils. Work around this by removing unused-but-set from Werror. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dupsKhem Raj1
This is already taken care by bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04flex.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04bison: Make compilable on uclibcKhem Raj3
Import patch from OE to fix compilation on uclibc Let inherit gettext take care of gettext dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04binutils: Use arm*-*-linux-uclibceabi instead of arm*-*-linux-uclibcgnueabiKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>