summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/poky-fixed-revisions.inc
Commit message (Collapse)AuthorAgeFilesLines
* udev: upgrade to version 158Qing He2010-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | older versions are kept untouched for now changes: - udev has diverged a lot, the udev.inc was based on a quite dated version, thus doesn't reflect current status of udev, create a new include file udev-new.inc to adapt - separate libudev{,-dev,-dbg} apart from udev - --with-udev-prefix is removed. change ${libexecdir} to ${base_libdir}/udev, which is described in INSTALL file. - udev.pc is provided in ${datadir}/pkgconfig, since it's used to indicate the existence of udev itself instead of development headers and libs, pack it in udev instead of udev-dev - udev-extras is disabled since we are missing libacl, this also means gudev is missing as for now - other cleanups, e.g. do_stage, do_install, EXTRA_OEMAKE todo: - udev-extras - remove old udev versions - rebase udev-145 on udev-new.inc as well Signed-off-by: Qing He <qing.he@intel.com>
* hal-info: upgrade to version 20091130Qing He2010-07-231-1/+1
| | | | | | | | | | | from 20090414 changes: - consolidate hal-info.inc and hal-info_git.bb, git version is used as a reference and is not preferred - preferred version updated to 20091130 Signed-off-by: Qing He <qing.he@intel.com>
* hal: upgrade to version 0.5.14Qing He2010-07-231-1/+1
| | | | | | | | | | | | | | | from 0.5.13 changes: - udev rules dir has been changing to /lib/udev/rules.d in udev upstream, add an override to stay in /etc/rules.d for compatibility - consolidate hal.inc and hal_git.bb, hal_git.bb is used as a reference thus should have a negative preference - change preferred version of hal to 0.5.14 - remove hal_0.5.11+0.5.12rc1 - remove RRECOMMENDS on udev-utils, the package is to be removed Signed-off-by: Qing He <qing.he@intel.com>
* gnome-vfs: Update to 2.24.3Zhai Edwin2010-07-211-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* oprofile: fix metadataDexuan Cui2010-07-211-1/+1
| | | | | | | | Add HOMEAPGE,BUGTRACKER Fix LICENSE and add LIC_FILES_CHKSUM Update PREFERRED_VERSION_oprofile Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* atk: Fix the PREFERRED_VERSIONDongxiao Xu2010-07-141-1/+1
| | | | | | Since the atk version has been bumped to 2.30.0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* dbud-glib: upgrade to 0.86Kevin Tian2010-07-131-2/+0
| | | | | | | | | | | | | | | | [dbus-glib-Ptches] REMOVE _run-with-tmp-session-bus.patch_: test is not built by default DISABLE _fix_asneeded.patch_: not sure why we need change expat link order. Disable it but keep for a while KEEP _no-examples.patch_: don't build examples [dbus-glib-recipe] - remove native and old recipes - remove tweak on dbus-glib-bindings.h, since it will be generated correctly after passing correct config options linking to native dbus-binding-tool and dbus-bus-introspect.xml - remove preferred versions in poky-fixed-revisions.inc with similar reason as dbus Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* dbus: upgrade to 1.2.24Kevin Tian2010-07-131-2/+0
| | | | | | | | | | | | | | | | | | | | [Patches] REMOVE _cross.patch_: fixed in upstream KEEP _tmpdir.patch_: disable tmpdir test in build system UPDATE _fix-install-daemon.patch_: use automake for binary install instead of manual tweaks. extend it to cover dbus-daemon-launch-helper [Recipe] - remove native recipes and old versions - install to STAGING_DATADIR_NATIVE directly - remove manual tweak on dbus-daemon-launch-helper install - remove stale config options - adjust indention - enable dbus in runlevel 3 since networkmanager has requirement at that level - remove preferred versions in poky-fixed-revisions.inc. Based on discussion with Josh, the preferred version is there just because dbus is not carefully tested before Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* gtk+: Update to 2.20.1Zhai Edwin2010-07-131-1/+1
| | | | | | | | gtk+ previously has 2 versions: 2.14.2(preferred), and 2.18.5(latest). This upgrade is from 2.18.5 to 2.20.1, so some patch(like entry-cairo.patch) in 2.14.2 is abandoned. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-sato-engine: Update to 0.3.2Zhai Edwin2010-07-131-1/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* librsvg: upgrade to the latest version 2.26.3Dexuan Cui2010-07-131-0/+2
| | | | | | | | | | | | | | | | | The latest stable releases of the package moved from http://svn.gnome.org/svn/librsvg/ to http://ftp.gnome.org/pub/GNOME/sources/librsvg/, so I removed the overrided SRC_URI and use gnome.bbclass's, and I also changed the recipe file's name, removed the explicit PV and removed the unnecessary S. Reset PR to "r0". Add LIC_FILES_CHKSUM info. Remove SRCREV_pn-librsvg in poky-default-revisions.inc and add PREFERRED_VERSION_librsvg in poky-fixed-revisions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* pango: upgrade to version 1.28.0Yu Ke2010-07-051-1/+1
| | | | | | | | | | when upgrade to 1.28.0, the local patch no-introspect.patch is removed, since it is already in 1.28.0 upstream. this patch also fix the meta data, and change the field order according to the style guide. Signed-off-by: Yu Ke <ke.yu@intel.com>
* cairo: upgrade cairo to 1.8.10Yu Ke2010-07-051-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* glib-2.0: upgrade to 2.24.1Kevin Tian2010-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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>
* meta-openmoko: Add layer configurationRichard Purdie2010-03-251-37/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-extras: Add layer configurationRichard Purdie2010-03-251-7/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Move default SCM versions into separate meta directory specific files to ↵Richard Purdie2010-03-221-242/+37
| | | | | | improve maintainability Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions: Bump twitter-glib to a buildable versionJoshua Lock2010-03-191-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-fixed-revisions: Align Clutter revisions with Moblin distroJoshua Lock2010-03-191-9/+7
| | | | | | | Primarily to pull in a newer Clutter, which works fixes a build error, but new versions of software are nice anyway... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xf86-video-omapfb: Bump revision.Enric Balletbo i Serra2010-03-031-1/+1
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Pull from git, not svnRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libjana: Use gnome git, not svnRichard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add libsocialwebRichard Purdie2010-02-041-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst: Update revisionRichard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst/clutter-gtk: Add API versions to the package names and update to ↵Richard Purdie2010-02-041-2/+4
| | | | | | the latest code Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pkgconfig: Add SCM version for testing purposes (not default)Richard Purdie2010-01-291-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie2010-01-261-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions: Update clutter gst/gtk/mozembed revisionsRichard Purdie2010-01-141-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions: Update moblin revisionsRichard Purdie2010-01-141-29/+51
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* mx: Add Mx based on nbtk recipeJoshua Lock2009-12-181-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* nbtk: update fixed revision to 1.2.3 git tagJoshua Lock2009-12-181-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* ofono: Initial recipe for ofonoJoshua Lock2009-12-181-0/+1
| | | | | | | | Based on the connman recipe, add ofono.inc for generic recipe components and use it from ofono_git.bb and tracking a fixed git revision and ofono_0.12.bb packaging the latest release. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Remove use of gconnman as it's no longer maintained nor usedJoshua Lock2009-12-181-1/+1
| | | | | | Also update the carrick fixed revision Signed-off-by: Joshua Lock <josh@linux.intel.com>
* connman: Updates and a recipe for the latest releaseJoshua Lock2009-12-171-1/+1
| | | | | | | | Split much of the recipe into connman.inc and created a recipe for the latest 0.47 release. Update the fixed revision and dropped unneeded patches. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-fixed-revisions.inc: Fix preferred version for dbus-glibJoshua Lock2009-12-171-2/+2
| | | | | | | Preferred version for dbus-glib was set to a version which we no longer ship in Poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-fixed-revisions.inc: Update glib-2.0 revisionRichard Purdie2009-12-101-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Update dates revisionRichard Purdie2009-12-071-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pimlico: Clean up libowl handling to be consistentRichard Purdie2009-12-071-1/+1
|
* qemu: Update to 0.10.6 and add fix wacom emulation issuesRichard Purdie2009-11-251-1/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* osc-native: Stage using do_install (and add SRCREV)Richard Purdie2009-11-191-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Remove stray # characterRichard Purdie2009-10-201-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Update mozila-headless SRCREVRichard Purdie2009-10-191-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Set SRCREV for missing packagesRichard Purdie2009-10-191-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xf86-video-omapfb: Add X.Org driver for TI OMAP framebuffersEnric Balletbo i Serra2009-10-141-0/+1
| | | | | | | Sync with OE.dev Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie2009-10-051-3/+3
| | | | | | function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tasks: Update SRCREVRichard Purdie2009-09-241-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Rename -sdk to -nativesdkRichard Purdie2009-09-171-7/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Lock down udev versions correctly for the versions of glibc in poky vs. ↵Richard Purdie2009-09-031-1/+1
| | | | | | moblin distros Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions: Update hal versionRichard Purdie2009-08-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gobject-introspection: Update revisionRichard Purdie2009-08-191-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>