summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-17xorg-proto-common.inc: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17module-init-tools: fix metadataKevin Tian1
Also change to use new patch parameter Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17psplash: fix metadataKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17polkit: fix metadataKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17eggdbus_0.6.bb: fix metadataKevin Tian1
change to use new patch parameter Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17font-util: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17encodings: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xorg-font-common.inc: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17settings-daemon: fix metadataDexuan Cui1
Also change to use new patch parameter Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17libxsettings-client: fix metadata and add MIT-style-licenseDexuan Cui2
One tricky issue for license part. This package doesn't ship with its own COPYING file and autotools will install a GPLv2 one instead of the actual MIT-style license here. So create a MIT-style license on the fly to reflect the fact. Use new patch parameters. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-06-17binutils: remove older versionsNitin A Kamble23
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-17linux-libc-headers: Remove ioctls for deleted driverDike, Jeffrey G2
2.6.33 removed the Hayes ESP driver. The presence of these ioctls makes setserial believe that ESP support should be built in, breaking its build. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-06-15qemu: Fix linking of the native package on Fedora 13Joshua Lock4
Fedora 13 switched the default behaviour of the linker to no longer indirectly link to required libraries (i.e. dependencies of a library already linked to). Therefore we need to explicitly pass the depended on libraries into the linker for building to work on Fedora 13. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix stylesheetJoshua Lock1
Some sizes where defined without units (in our case px) causing display of the header of the handbook to be broken. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14sanity.bbclass: Fix test for i686 SDKMACHINEJoshua Lock1
The 'is' keyword tests for object identity, returning True if the variables are both referencing the same object. Changed the test to use the equality operator, which compares the values of the objects. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix typo in last commitJoshua Lock1
Managed to mangle the command... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: fix extraction commandJoshua Lock1
We ship bzipped tarballs now so we need to pass j to tar, not z Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: fix version referenceJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix references to the stable releaseJoshua Lock2
The handbook was still talking about the purple release, we're green now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contribRichard Purdie31
2010-06-11handbook: Fix generation of HTML handbookJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11Update version after Green releaseJoshua Lock1
2010-06-11packaged-staging.bbclass: fix typo in scan_cmdJoshua Lock1
it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson <chris_larson@mentor.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11xserver-kdrive: Disable dolt to fix build failuresRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11linux-moblin-2.6.33.2: Enable trackpads for netbooksJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11site/powerpc: Add popt site optionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11gnome-keyring: Add missing DEPENDS on gconfRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image buildsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11poky.bbclass: Add second fall-back sources mirrorScott Garman1
* Green and newer releases can now use http://autobuilder.pokylinux.org/sources/ Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-06-11task-poky-tools: Disable kexec for powerpcRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11gypsy: Fix broken SRC_URIScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-11icu-native: LD_LIBRARY_PATH is requiredKevin Tian1
Back to commit ea45876d7ba3d4d2b132fd38a2c40834a2385f34, LD_LIBRARY_PATH is disable for cross-build, however it's required for native version. So force noldlibpath.patch for non-native case only Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-10Fix my own type of BPV -> BPNSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-06-10Add an entry for ${BPN} in the handbookNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Fixed bzip SRC_URI with ${BPN}Saul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-06-10Revert LICENSE fields for binutils recipe filesNitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10scripts/create_pull_request fix a typoNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10update create_pull_request for distro/masterNitin A Kamble1
With this change the create_pull_request will be able to generate pull requests to master as well as distro/master branch. Some documentation is added in the Usage messange of the script. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10update distro tracking fields for libtool recipeNitin A Kamble1
a new release just went out. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Add distro tracking fields for gnu-config recipeNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10gnu-config recipe: fix SECTION fieldNitin A Kamble1
the SECTION is changed from base to devel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Add distro tracking fields for more recipesNitin A Kamble1
Added fields for these recipes python-pyrex python-scons python-urlgrabber python yum-metadata-parser quilt tcl unifdef qmake-cross Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Add distro tracking fields for more recipesNitin A Kamble1
Added fields for these recipes: python-dbus python-gst python-imaging python-iniparse python-pycairo python-pycurl python-pygobject python-pygtk Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Add distro tracking fields for some recipesNitin A Kamble1
distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10Fix metadata for libmadDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-10Fix metadata for libid3tagDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-10Fix metadata for liba52Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-10Fix metadata for libicalDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-10Fix metadata for hostap-utilsDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-10Fix metadata for lrzszDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>