aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2010-11-18web_svn: make it buildable for world buildSaul Wold
libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Updated LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18subversion: Fix host contaminationSaul Wold
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-18telepathy: Update telepathy-glib and telepathy-idle for world buildSaul Wold
Updated telepathy-glib to 0.9.2 Updated telepathy-idle to 0.1.2 Added LIC_FILES_CHKSUM and corrected LICENSE metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18libsndfile: Upgrade to 1.0.23Saul Wold
Renamed and moved to recipes-multimedia Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-18distro_tracking_fields.inc: remove some packages information from itMei Lei
This commit fix [BUGID #514] Some packages were removed from the world, but their information also exist in the distro_tracking_fields.inc. [sgw@linux.intel.com: merged with head] Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18distro_tracking: update distro tracking fileds for bluez4, neon, etc.Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18libmusicbrainz: Upgraded to version 3.0.3Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18taglib: Upgraded to version 1.6.3Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18glib-2.0: Upgraded to version 2.27.3Dongxiao Xu
Remove gatomic-proper-pointer-get-cast.patch since the logic is already in latest upstream. Rebase other patches to fit the latest code. [sgw@linux.intel.com: Fixed LIC_FILES_CHKSUM] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18valgrind: Upgraded to version 3.6.0Dongxiao Xu
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-18tremor: Upgraded to rev 17572 (2010/10/27)Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18libproxy: Upgraded to version 0.4.6Dongxiao Xu
Remove the disable_Os_option.patch since the latest code doesn't use Os option. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18libical: Upgraded to version 0.46Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18kexec_tools: Upgraded to version 2.0.2Dongxiao Xu
Remove the patch since the fix is already in latest upstream. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18quota: Upgraded to version 4.00-pre1Dongxiao Xu
[sgw@linux.intel.com: Fixed LIC_FILES_CHKSUM] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18libvorbis: Upgraded to version 1.3.2Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18libogg: Upgrade to version 1.2.1Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18neon: Upgraded to version 0.29.5Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18bluez4: Upgraded to version 4.79.Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18distro tracking: update the info for upgrade recpiesYu Ke
they are: xmodmap cracklib xf86-input-evdev xf86-input-mouse xf86-video-vmware sqlite3 xf86-input-vmmouse xwininfo xset xauth Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-18cracklib: upgrade from 2.8.16 to 2.8.18Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-18linux-wrs: rename to linux-yoctoBruce Ashfield
The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-18eglibc: rebase a nativesdk patch to the newer codeNitin A Kamble
After the eglibc svn commit bumping, this nativesdk recipe's patch is failing. This commit rebases it to the newer code. and bump PR. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14linux-wrs: BSP bootstrapBruce Ashfield
Updating the kern-tools SRCREV to pickup changes required for BSP bootstrapping: commit 9722d8decacd2b750f079b3fde7918810700f80e Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Thu Nov 11 01:28:33 2010 -0500 createme: improve BSP bootstrapping To streamline BSP bootstrapping, createme now actually creates the required branch rather than only dumping it in a .scc file. Later phases of the build will create the .scc file, so it isn't required here. Also, a BSP with a '-' in the name would break the parent branch detection. Improving the parsing of this allows more flexibile branch naming. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> commit c7d222b4cffb5108d9b14298fc4dc4cae31b784f Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Thu Nov 11 01:27:33 2010 -0500 updateme: improve parent and target parsing A BSP with a '-' in the name would break the parent branch detection. Improving the parsing of this allows more flexibile branch naming. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-14linux-wrs: implement BSP bootstrapping via fallback branchesBruce Ashfield
When creating a new BSP there isn't always an upstream branch to validate SRCREVs against. Therefore, creating a new BSP required extra manipulations of the git repository, even though the branch for the build would be dynamically created. To fix this, provide a fallback to the 'standard' branch if WRMACHINE is not assigned a specific value for the given MACHINE. The fallback saved in KBRANCH, and represents the branch that we should build, even if no fallback is required. Some substeps of the recipe have been updated to use KBRANCH rather than enforcing MACHINE-KERNELTYPE. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-14image-swab: update swabber command for latest versionJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-14poky-default-revisions: bump swabber versionJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-14image-swab: introduce a class for generating swabber reportsJoshua Lock
Add a postprocess command to rootfs generation which generates a swabber report. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-14poky-fixed-versions: update version for python recipeNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14distro_tracking: update as per current state of devel/toolchain recipesNitin A Kamble
clean up the tracking data for devel/toolchain recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14eglibc: update svn checkout commitNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14lsof: upgrade from 4.83 to 4.84Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14python, python-native upgrade from 2.6.5 to 2.6.6Nitin A Kamble
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 Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14gdb upgrade from 7.1 to 7.2Nitin A Kamble
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 Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14Make upgrade from 3.81 to 3.82Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14bison upgrade from 2.4.2. to 2.4.3Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-14distro_tracking: Update distro tracking for gstreamer and gst-* recipesDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14xauth: upgrade from 1.0.4 to 1.0.5Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-14xset: upgrade from 1.1.0 to 1.2.1Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-14xwininfo: upgrade from 1.0.5 to 1.1.1Yu Ke
LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14xf86-input-vmmouse: upgrade from 12.6.9 to 12.6.10Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xf86-video-vmware: upgrade from 11.0.1 to 11.0.3Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xf86-input-mouse: upgrade from 1.5.0 to 1.6.0Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xf86-input-evdev: upgrade from 2.4.0 to 2.5.0Yu Ke
Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14xmodmap: upgrade from 1.0.4 to 1.0.5Yu Ke
LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14gst-plugins-ugly: Upgraded to version 0.10.16Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gst-plugins-bad: Upgraded to version 0.10.20Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14gst-plugins-good: Upgraded to version 0.10.25Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>