summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resolvconf: update license infoQing He2010-12-011-1/+2
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* parted: update license infoQing He2010-12-011-1/+2
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* ncurses: update license infoQing He2010-12-011-0/+1
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* hdparm: update license infoQing He2010-12-011-0/+1
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* fakechroot: update license infoQing He2010-12-011-1/+2
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* diffutils: update licenseQing He2010-12-011-2/+4
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* aspell: update licenseQing He2010-12-011-1/+2
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* xrandr: fix License ChecksumSaul Wold2010-12-011-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xproto: disable spec generationKevin Tian2010-11-291-1/+2
| | | | | | | | | | | | | | | | it's simply broken with below errors: | /usr/bin/xmlto: line 343: echo: write error: Broken pipe | Making portrait pages on letter paper (215.9mmx279.4mm) | Making portrait pages on letter paper (215.9mmx279.4mm) | [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java | [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java | Nov 29, 2010 8:42:16 AM org.apache.fop.apps.FOURIResolver resolve | SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host So temporarily disable it until we have a better solution for doc generation later Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libfontenc: add dependency on font-utilKevin Tian2010-11-291-2/+2
| | | | | | it's enforced by libfontenc configuration script Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* librsvg: append SRC_URI after inheritKevin Tian2010-11-291-3/+3
| | | | | | or else gnome.bbclass overrides SRC_URI and the patch is not applied at all. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* font-alias: Drop patch already applied upstreamRichard Purdie2010-11-292-47/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package-index: Fix after noexec changesRichard Purdie2010-11-281-16/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* native.bbclass: Mark various package functions as noexec since they don't do ↵Richard Purdie2010-11-281-0/+5
| | | | | | any work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do ↵Richard Purdie2010-11-281-2/+9
| | | | | | anything we can assume they're always successful Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* native.bbclasS: Add handing to remap RDEPENDS fields and avoid crossed ↵Richard Purdie2010-11-281-1/+13
| | | | | | target and native dependency trees Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* font-alias: Set RDEPENDS to exclude encodings in the native caseRichard Purdie2010-11-281-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* font-util: Set RDEPENDS for virtclass-native to exclude encodings to copy ↵Richard Purdie2010-11-281-0/+1
| | | | | | DEPENDS Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Simplfy pre and post cooker hooksRichard Purdie2010-11-283-16/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* utility-tasks: Switch listtasks to use bb.plain() for printing outputRichard Purdie2010-11-281-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* rm_work: Set BB_SCHEDULER as done in OE.dev to ensure disk space is freed ↵Richard Purdie2010-11-281-0/+4
| | | | | | sooner rather than at the end of the build Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: fix failure to find zlib header files during configurePaul Eggleton2010-11-282-1/+22
| | | | | | | | | Corrects problems during configure of qemu-native due to the BUILD_CFLAGS not being included when attempting to compile the test program for zlib within the configure script. Signed-off-by: Paul Eggleton <paul.eggleton@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* curl: Fix gnutls option (append ordering was incorrect)Richard Purdie2010-11-281-3/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts: Remove obsolete stage-manager scriptsRichard Purdie2010-11-283-1588/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-env-internal: Further cleanupsRichard Purdie2010-11-281-8/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-env-internal: Remove unset variablesRichard Purdie2010-11-281-10/+0
| | | | | | | These variables are not on any bitbake environment whitelist so will never make it into the environment. This is legacy code which is not required any more so remove it. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-env-internal/image-swab.bbclass: Remove OEROOT referencesRichard Purdie2010-11-282-4/+4
| | | | | | | OEROOT isn't used outside the init script so stop exporting it into the environment where it can "corrupt" sstate packages. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie2010-11-281-1/+1
| | | | | | | This means the noexec messages are only shown once as the stamp files are now correctly created. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro_tracking_fields.inc: update sudo, libpam, and mtoolsScott Garman2010-11-241-14/+17
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* mtools: add version 4.0.15Scott Garman2010-11-242-0/+36
| | | | | | | This is the latest release of mtools, which is also GPLv3. Leaving the previous recipe as-is since it is GPLv2. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* libpam: upgrade to version 1.1.3Scott Garman2010-11-249-39/+9
| | | | | | | | * Removed obsolete crossbinary patch * Added source checksums * Added LIC_FILES_CHKSUM and SUMMARY entries Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* sudo: upgrade to version 1.7.4p4Scott Garman2010-11-249-206/+40
| | | | | | | | | | | | | | | * Upgraded sudo to v1.7.4p4 * Removed obsolete patches * Makefile.in no longer strips binaries, removed do_configure_prepend() section which used to remove the -s * Updated HOMEPAGE to canonical URL for project * Added SUMMARY field * Added checksums for source tarball * Added patch for correcting paths to libtool scripts in m4/ * Corrected typos in LIC_FILES_CHKSUM (use of startline was invalid) and included updated checksums - no license text has actually changed Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* preferred-xorg-versions: Updated to reflect recipe updatesSaul Wold2010-11-241-22/+22
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* liberation-fonts: Added version 1.06, PREFERRED_VERSION is still 1.04Saul Wold2010-11-242-0/+42
| | | | | | | | The new recipe requires fontforge, which is not added yet, so the preferred version remains 1.04, when we have fontforge native then we can remove this. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gnome-doc-utils: Update to version 0.20.2Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* cronie: Update to version 1.4.6Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libgnome-vfs: Update to version 2.24.4Saul Wold2010-11-243-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libart-lgpl: Update to version 2.3.21Saul Wold2010-11-242-7/+15
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* librsvg: Update to version 2.32.0Saul Wold2010-11-242-0/+19
| | | | | | Add doc/Makefile patch Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* freetype: Update to version 2.4.3Saul Wold2010-11-242-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libxcb: Update to version 1.7Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xrandr: Update to version 1.3.4Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* encodings: Update to version 1.0.4Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* font-alias: Update to version 1.0.3Saul Wold2010-11-242-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* font-util: Update to version 1.2.0Saul Wold2010-11-241-2/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libfontenc: Update to version 1.1.0Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libice: Update to version 1.0.7Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libpciaccess: Update to version 0.12.0Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libsm: Update to version 1.2.0Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libxau: Update to version 1.0.6Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>