summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* distro-track: update track info of base packagesQing He2010-07-022-0/+258
| | | | | | | | | | | | | | | The status of recipes are marked red to flag that they need further upgrading. - libusb-compat was classified as base utils, put it to base libs - rpm was not in poky-image-{sato,sdk}, but since we are in transition to rpm based packaging, include it as well - libsoup should be handled together with libsoup-2.4 - tinylogin has been merged into busybox 33 recipes to go Signed-off-by: Qing He <qing.he@intel.com>
* distro-tracking: add overrides for previous packagesKevin Tian2010-07-022-0/+58
| | | | | | | | | | | libpng libidn base-files base-passwd apmd gperf Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libidn: fix metadataKevin Tian2010-07-021-2/+3
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libpng: fix metadataKevin Tian2010-07-021-5/+5
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* gperf: fix metadataKevin Tian2010-07-021-2/+4
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* apmd: fix metadataKevin Tian2010-07-021-5/+5
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* base-passwd: fix metadata, indention and patch parametersKevin Tian2010-07-021-7/+5
| | | | | | | another fix is to remove ${docdir} appending to FILES_${PN}-doc, since it's already included by FILES_${PN}-doc Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* base-files: fix indentionKevin Tian2010-07-021-20/+19
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libgpg-error: fix SRC_URI indentionKevin Tian2010-07-021-1/+1
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* module-init-tools: fix SRC_URI indentionKevin Tian2010-07-021-4/+4
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* dbus: fix SRC_URI indentionKevin Tian2010-07-021-8/+6
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* glib-2.0: upgrade to 2.24.1Kevin Tian2010-07-0210-52/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (borrow from OE 2.24.0, with study about reason for detail changes) [Patches-Poky] KEEP _configure-libtool.patch_: fix cross-build env REMOVE _glibconfig-sysdefs.h_: introduced in glib-1.2.10, which is actually not valid today KEEP _glib-gettexize-dir.patch_: another quite old patch added before 2.10.3 add history info, and mark for upstream [Patches-OE] NOTAKE _gio.patch_: a private extension for a window matching library (wncksync) NOTAKE _gvavriant.patch_: in 2.24.1 now NOTAKE _gasync.patch_: in 2.24.1 now TAKE _60_wait-longer-for-threads-to-die.patch: said to fix anonying warning TAKE _gatomic-proper-get-cast.patch_: fix error about type casting. Instead of using OE's patch, I found a better one from latest repo NOTAKE _g_once_init_enter.patch_: in OE since 2.22.1, not quite sure of its purpose, also it's not in upstream yet [Recipe] - fix metadata - keep glib-2.inc which is for python optimization - remove PRIORITY since 'optional' is the default - no need to specially install glibconfig.h in ad hoc path, which is only relied by 'obexpush' which poky doesn't have and can be fixed in 'obexpush' itself as what OE does - no need to manually create glib2.0/glib, which is handled by current code - remove 'acpaths' which only applies to versions before 2.12.4 - below lines are not taken from OE * glib-mkenums tweaks, which exists in OE for a long time but never in poky. since there's no way to find out original commit, keep poky's style instead. * host libtool check. not sure about its purpose, and it's also in OE for quite long time Signed-off-by Kevin Tian <kevin.tian@intel.com>
* sudo: upgrade to 1.7.2p7Kevin Tian2010-07-029-401/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old 1.6.8p12 is quite old, even w/o source available now (only cached in pokylinux). [Patches-Poky] KEEP _autofoo.patch_: deal with bunch of autotool warnings/errors, more about underquotes. In 1.7.2p7, those error conditions disappear. But the underquotes fix is still valid to remove a bunch of autoconf warnings REMOVE _autofoo1.patch_: copy of autofoo.patch. no one uses it. REMOVE. KEEP _noexec-link.patch_: use "-module" to avoid libtool complaining about not starting with "lib". Add comment to the patch file. DISABLE _nostrip.patch_: it's wrong to strip target binaries on build host. Borrow from OE to use 'sed' instead of patch, but keept it for remind to upstream REMOVE _nonrootinstall.patch_: handle mode/owner population at install. It's not requried at all since there's pkg_postinst to handle it at right stage Other misc stuff: - update metadata information - no need to use ${S} in 1.7.2p7 - fix idention - use sed to disable strip - changes from OE: * disable PAM as our pam doesn't include necessary config files and plugs * no need to special sudo_cv_uid_t_len tweak in the recipe. It's already there in poky site files for a long time * move sudo_cv_func_unsetenv_void to meta/site/common. Stdlib.h is common across architectures in our libc headers, which conforms to POSIX standard (borrow from openembedded 1.7.2p4) Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* linux-libc-headers: upgrade from 2.6.33 to 2.6.34Nitin A Kamble2010-07-0211-219/+41
| | | | | | | | | | | | | | | added a new patch to fix glibc build issue on powerpc ppc_glibc_build_fix.patch Added attribution to the hayes-gone.patch. And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES And removing all the older recipes and related files Change the linux-libc-header version inpoky-default.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* dbus: fix metadataKevin Tian2010-07-021-5/+5
| | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>
* libgpg-error: fix metadataKevin Tian2010-07-021-3/+2
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* module-init-tools: fix metadataKevin Tian2010-07-021-4/+2
| | | | Signe-off-by: Kevin Tian <kevin.tian@intel.com>
* distro_tracking: Adding tracking fields for upgraded packagesDongxiao Xu2010-07-023-0/+20
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libmusicbrainz: Upgraded to 3.0.2Dongxiao Xu2010-07-024-257/+12
| | | | | | | | | Removed the autofoo.patch since the latest version uses cmake instead Remove gcc43_fix.patch since the code is not in latest package Change SRC_URI to be more generic Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* neon: Upgraded to 0.29.3Dongxiao Xu2010-07-022-1/+6
| | | | | | Change local directory name to ${PN}-${PV} Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ppp: Upgraded to version 2.4.5Dongxiao Xu2010-07-0216-167/+167
| | | | | | | Removed some patches since they are already in latest package Rebased some patches to fit ppp-2.4.5 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro-tracking: update tracking fields for previous recipes after fixing ↵Zhai Edwin2010-07-022-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | metadata pcmanfm gtk+ gnome-common webkit-gtk eds-dbus gnome-keyring gtk-sato-engine hicolor-icon-theme jpeg libfakekey libglade libsoup-2.4 libxslt matchbox-config-gtk matchbox-keyboard matchbox-panel-2 matchbox-stroke matchbox-wm Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-wm: Fix the meta dataZhai Edwin2010-07-021-2/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-stroke: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel-2: Fix the metadataZhai Edwin2010-07-021-1/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-config-gtk: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libxslt: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libsoup-2.4: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libglade: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libfakekey: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* jpeg: Fix the metadataZhai Edwin2010-07-021-0/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* hicolor-icon-theme: Fix the metadataZhai Edwin2010-07-021-1/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-sato-engine: Fix the metadataZhai Edwin2010-07-021-1/+5
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-keyring: Fix the metadataZhai Edwin2010-07-021-1/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* eds-dbus: Fix the metadataZhai Edwin2010-07-022-2/+10
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* webkit-gtk: Fix the metadataZhai Edwin2010-07-021-0/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-common: Fix the metadataZhai Edwin2010-07-021-2/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk+: Fix the metadataZhai Edwin2010-07-021-1/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* pcmanfm: Fix the metadataZhai Edwin2010-07-021-2/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update latest release for prelinkNitin A Kamble2010-07-021-3/+3
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-toolchain: Improve layoutRichard Purdie2010-07-028-75/+51
| | | | | | | | | | * Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* image.bbclass: Don't perform mapping renaming until we're running the task ↵Richard Purdie2010-07-021-2/+5
| | | | | | | | | itself. Need to extend bitbake to provide this information rather than refer to a bitbake internal variable. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package_deb.bbclass: Fix packaging functions to use versioned dependency ↵Richard Purdie2010-07-021-35/+39
| | | | | | package functions correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packagingJoshua Lock2010-07-013-3/+3
| | | | | | | | | The OVERRIDES variable was being incorrectly set with the end result of the runtime dependencies of the package not being encoded in it's package metadata. This broke opkg-native in meta-toolchain. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* preferred-xorg-versions: update versions after latest recipe bumpsJoshua Lock2010-07-011-46/+46
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warningJoshua Lock2010-07-011-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcap: Upgraded to version 1.1.1Dongxiao Xu2010-07-018-214/+80
| | | | | | | | | | Remove config-fixes.patch and ldflags.patch since the change is already in the latest version Remove shared.patch since it is not being used. Rebase aclocal.patch according to the latest package version Also contains Metadata fix Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bison: upgrade from 2.3 to 2.4.2Nitin A Kamble2010-07-014-90/+70
| | | | | | | | | | | | Fixed a configure issue by adding acpaths line in the recipe. fix_cross_manpage_building.patch: Created this patch to avoid the build issue for non-x86 targets. Rebased the m4.patch for the latest code, by removing duplicate functionality. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* elfutils: add a patch to fix latest prelink buildNitin A Kamble2010-07-012-1/+74
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>