summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools
AgeCommit message (Collapse)AuthorFiles
2010-11-24m4:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24intltool:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24distcc:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24diffstat:Add license checksum to bb fileMei Lei1
Add install-sh file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24bison:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24automake:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24autoconf:Add license checksum and add the GPL informationMei Lei1
Add COPYING file and COPYINGv3 file checksum to bb file and add the "GPLv2" "GPLv3" according to the license file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24pax-utils:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24mtools:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23insserv:Add license checksum and update the GPL informationMei Lei1
Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23dosfstools:Add license checksum and update the GPL informationMei Lei2
Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23chrpath:Add license checksum and update the GPL to bb fileMei Lei1
Add COPYING checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23apt:Add license checksum to bb fileMei Lei1
Add COPYING.GPL file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23dpkg:Add license file checksum to bb fileMei Lei1
Add COPYING checksum to bb file Signed-off-by: Mei Lei<lei.mei@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold6
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-22mtd-utils: Upgrade to version 1.4.1Dongxiao Xu3
Remove add-oobsize-64-and-writesize-4096-as-normal-nand.patch since the original code logic no longer exists. Do not include fix-ignoreerrors-git.patch since variable "ignoreerrors" is not defined in current code. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18syslinux: upgrade to version 4.03Qing He2
from 3.86 rebased the patch Signed-off-by: Qing He <qing.he@intel.com>
2010-11-18libtool upgrade from 2.2.10 to 2.4Nitin A Kamble8
Taking out of this code from patch as the newer upstream code has fix, and this patch is not needed. cross-compile.patch: -Index: libtool-2.2.10/libltdl/config/ltmain.m4sh +Index: libtool-2.4/libltdl/config/ltmain.m4sh =================================================================== ---- libtool-2.2.10.orig/libltdl/config/ltmain.m4sh -+++ libtool-2.2.10/libltdl/config/ltmain.m4sh -@@ -5147,8 +5147,14 @@ func_mode_link () - absdir="$abs_ladir" - libdir="$abs_ladir" - else -- dir="$libdir" -- absdir="$libdir" -+ # Adding 'libdir' from the .la file to our library search paths -+ # breaks crosscompilation horribly. We cheat here and don't add -+ # it, instead adding the path where we found the .la. -CL -+ dir="$abs_ladir" -+ absdir="$abs_ladir" -+ libdir="$abs_ladir" -+ #dir="$libdir" -+ #absdir="$libdir" - fi - test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes - else Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-18gcc: upgrade from 4.5.0 to 4.5.1Nitin A Kamble68
Removed these patches which are not needed anymore. gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is part of the 4.5.1 branch. So moving to 4.5.1 makes this patch obsolete gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need of this patch gcc-pr43698-arm-rev-instr.patch: upstream has this fix. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-18python-gst: Fix the configure patch & add LIC_FILE_CHKSUMSaul Wold2
Fixed the acinclude.m4 patch for the py_prefix to correct a host contamination check Added LIC_FILE_CHKSUM for COPYING LICENSE Update Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18subversion: Fix host contaminationSaul Wold1
The with-sasl check was looking into /usr/local, so a prepend_configure was added to modify the /usr/local to ${STAGING_DIR} in build/ac-macros/sasl.m4 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18valgrind: Upgraded to version 3.6.0Dongxiao Xu4
Remove valgrind_3.5.0-svn_r11264.patch.bz2 which replaces version 3.5.0 to r11264. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14python, python-native upgrade from 2.6.5 to 2.6.6Nitin A Kamble15
Removed these patch: python-native-2.6.5/00-fix-bindir-libdir-for-cross.patch python/00-fix-bindir-libdir-for-cross.patch The upstream code has changed, and it does not need the above 2 patches (fixes) anymore. Patches rebased to the newer code: python/01-use-proper-tools-for-cross-build.patch python/04-default-is-optimized.patch python/06-avoid_usr_lib_termcap_path_in_linking.patch python/99-ignore-optimization-flag.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14python-gst: upgrade from 0.10.18 to 0.10.19Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14gdb upgrade from 7.1 to 7.2Nitin A Kamble5
Add new patch: gdb/fix_for_build_error_internal_error_call.patch : this avoids a build error. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14diffstat: upgrade from 1.47 to 1.54Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14Make upgrade from 3.81 to 3.82Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14bison upgrade from 2.4.2. to 2.4.3Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14git: Update recipe for git to include configure optionsSaul Wold2
Updated LICENSE Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10tcltk: Fix moving libtcl8.5.so into tcl-lib.Jingdong Lu1
Move /usr/lib/libtcl8.5.so into tcl-lib package. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2010-11-10quilt: Fixed configure test for patch --version.Beth Flanagan2
OpenSuSE 11.3 uses GNU patch 2.6.1.81-5b68 which breaks quilt's configure test for patch version. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2010-11-10python: Fix hardcoded python references which should refer to PN, removing ↵Richard Purdie1
duplicate providers warning Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02python: Remove hardcoded python references and replace with PN, allowing use ↵Richard Purdie2
of BBCLASSEXTEND=nativesdk Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-18rpm: Change pcre to use internal library [BUGID #404]Saul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-15make: enable make-nativeJoshua Lock1
Fedora 14 ships with a version of make which doesn't work with the Makefiles shipped in our busybox and eglibc versions. Enable make native as a workaround. This is a low risk fix for [BUGID #467] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12swabber: new recipeJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12strace: use BBCLASSEXTEND to enable a native packageJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-11python: fix for host contamination issue while cross compilingNitin A Kamble3
This fixes [BUGID #385] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-11dpkg-native: Don't install update-alternatives as it isn't cross rootfs capableRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09dpkg: fix package_deb error for linux-wrsDongxiao Xu2
The new dpkg will report linux-wrs version parse error, since there is a '_' inside. This patch fixes this issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-09dpkg: upgrade to version 1.15.8.5Dongxiao Xu1
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. dpkg: bump PR Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08rootfs_deb: Fix problem with pseduo and rootfs locationSaul Wold2
This address [BUGID #401] to complete dpkg rootfs support Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08dpkg: upgrade to version 1.15.8.5Dongxiao Xu5
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. Reset PR in dpkg.inc Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-07unfs-server: Fix DEPENDS for native/nativesdk casesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07Update meta-ide-support dependenciesScott Garman2
Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-07poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07syslinux: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07nasm: fix COMPATIBLE_HOST definitionNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-07gcc: Fix c++ search path for target system compiler making everything consistentRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-01python-pygtk: Use correct paths at build timeJoshua Lock1
Fix the paths in configure.ac to use the target libraries and generators for building pygtk. Fix taken from OE. Thanks to Gary Thomas for providing a first stab at this. Signed-off-by: Joshua Lock <josh@linux.intel.com>