Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dbus-native: Bump PR | Richard Purdie | 2009-01-05 | 1 | -1/+1 | |
| | ||||||
* | dbus-glib: Factor into a common .inc file and cleanup the recipe using ↵ | Richard Purdie | 2009-01-05 | 4 | -34/+25 | |
| | | | | autotools staging | |||||
* | dbus-native: Generate the dbus-bus-introspect.xml so dbus-glib recipes don't ↵ | Richard Purdie | 2009-01-05 | 4 | -20/+14 | |
| | | | | have to find the dbus source. Pass the location of the file to dbus-glib* with the --with-introspect and drop the now unneeded patch | |||||
* | scripts: Update qemu scripts with changes in recent qemu calling conventions ↵ | Richard Purdie | 2009-01-05 | 3 | -20/+20 | |
| | | | | and the switch to ext3 images | |||||
* | libx11-sdk: Provide the correct virtual package | Richard Purdie | 2009-01-05 | 2 | -2/+2 | |
| | ||||||
* | sdk.bbclass: Don't special case virtual/ dependencies as this breaks things ↵ | Richard Purdie | 2009-01-05 | 1 | -1/+1 | |
| | | | | like libx11 | |||||
* | native.bbclass: Handling remapping of PROVIDES similar to sdk.bbclass | Richard Purdie | 2009-01-05 | 1 | -0/+10 | |
| | ||||||
* | qemu: Upgrade to latest svn removing a ton of merged patches (yay) | Richard Purdie | 2009-01-05 | 63 | -19868/+84 | |
| | ||||||
* | metacity-clutter: Add intltool to DEPENDS | Richard Purdie | 2009-01-05 | 1 | -1/+1 | |
| | ||||||
* | metacity-clutter_git: Set correct gconf keys after installation for compositing. | Joshua Lock | 2009-01-05 | 1 | -2/+4 | |
| | | | | The clutter-plugin name has changed since the recipe was first written so we now set the right plugin name as well as enabling compositing. | |||||
* | Various fixes after recent commit breakage | Richard Purdie | 2009-01-04 | 5 | -10/+6 | |
| | ||||||
* | glib-2.0: Revert glib-2.0 S variable removal | Richard Purdie | 2009-01-03 | 2 | -0/+4 | |
| | ||||||
* | Remove unneeded S variables | Richard Purdie | 2009-01-03 | 7 | -10/+2 | |
| | ||||||
* | coreutils: Convert to BBCLASSEXTEND | Richard Purdie | 2009-01-03 | 2 | -2/+2 | |
| | ||||||
* | fakeroot: Clean up and convert to BBCLASSEXTEND | Richard Purdie | 2009-01-03 | 4 | -43/+11 | |
| | ||||||
* | fakechroot: Clean up and convert to BBCLASSEXTEND | Richard Purdie | 2009-01-03 | 3 | -13/+5 | |
| | ||||||
* | flex: Clean up and convert to BBCLASSEXTEND | Richard Purdie | 2009-01-03 | 5 | -17/+3 | |
| | ||||||
* | e2fsprogs: Drop stale unused patches, clean out unneeded metadata | Richard Purdie | 2009-01-03 | 7 | -2383/+0 | |
| | ||||||
* | expat: Upgrade native/sdk versions to 2.0.0, use BBCLASSEXTEND, drop 1.95.7 ↵ | Richard Purdie | 2009-01-03 | 6 | -61/+4 | |
| | | | | version, clean up recipe massively | |||||
* | bzip2: Drop 1.0.2 version | Richard Purdie | 2009-01-03 | 2 | -144/+0 | |
| | ||||||
* | curl: Get rid of old fashioned broken stage functions | Richard Purdie | 2009-01-03 | 3 | -27/+2 | |
| | ||||||
* | zlib: Clean up recipe and use BBCLASSEXTEND for native and sdk versions | Richard Purdie | 2009-01-03 | 6 | -44/+9 | |
| | ||||||
* | xorg: Remove unneeded XORG_PN settings and replace some native/sdk recipes ↵ | Richard Purdie | 2009-01-03 | 20 | -47/+7 | |
| | | | | with BBCLASSEXTEND | |||||
* | bitbake-dev: Add BBCLASSEXTEND support | Richard Purdie | 2009-01-03 | 4 | -15/+79 | |
| | ||||||
* | native/sdk.bbclass: Handle DEPENDS and PROVIDES fields magically, remove a ↵ | Richard Purdie | 2009-01-03 | 55 | -150/+91 | |
| | | | | number of xorg sdk and native packages replacing with BBCLASSEXTEND | |||||
* | bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual ↵ | Richard Purdie | 2009-01-03 | 6 | -24/+85 | |
| | | | | native/sdk recipes then become possible | |||||
* | bitbake/cache.py: Simplify logic | Richard Purdie | 2009-01-03 | 2 | -22/+18 | |
| | ||||||
* | bitbake/BBHandler.py: Move handler finalisation code into a separate function | Richard Purdie | 2009-01-02 | 2 | -115/+70 | |
| | ||||||
* | bitbake: Sync with upstream after 2.8.12 release | Richard Purdie | 2009-01-02 | 4 | -2/+6 | |
| | ||||||
* | dbus: Drop old 1.0.* and 1.1.* versions | Richard Purdie | 2009-01-02 | 15 | -411/+0 | |
| | ||||||
* | gtk+: Drop old 2.10.* and 2.13* versions | Richard Purdie | 2009-01-02 | 37 | -22929/+0 | |
| | ||||||
* | autoconf: Add 2.63 (leaving GPLv2 2.61) leaving 2.61 as default since ↵ | Richard Purdie | 2009-01-02 | 16 | -1/+1026 | |
| | | | | | | glib-2.0 breaks with 2.63 (site files aren't being included) | |||||
* | xorg-*common.inc: Use BPN instead of PN | Richard Purdie | 2009-01-02 | 3 | -3/+3 | |
| | ||||||
* | Drop now unneeded FILESDIR and S variables from various recipes | Richard Purdie | 2009-01-02 | 61 | -136/+3 | |
| | ||||||
* | bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and ↵ | Richard Purdie | 2009-01-02 | 1 | -1/+1 | |
| | | | | -sdk or it doesn't work as expected | |||||
* | libtool-native: Stage libltdl headers (from OE) | Richard Purdie | 2009-01-02 | 1 | -1/+3 | |
| | ||||||
* | Add m4 1.4.12 but leave 1.4.9 as its GPLv2 | Richard Purdie | 2009-01-02 | 3 | -1/+14 | |
| | ||||||
* | automake: 1.10.1 -> 1.10.2 | Richard Purdie | 2009-01-02 | 3 | -1/+1 | |
| | ||||||
* | quilt: 0.45 -> 0.47 | Richard Purdie | 2009-01-02 | 7 | -23/+70 | |
| | ||||||
* | libtool: Drop old version 1.5.10 | Richard Purdie | 2009-01-02 | 15 | -706/+0 | |
| | ||||||
* | base.bbclass: Remove pointless expand call | Richard Purdie | 2009-01-02 | 1 | -2/+2 | |
| | ||||||
* | base.bbclass: Add metadata revision handling for git (from OE) | Richard Purdie | 2009-01-02 | 3 | -12/+53 | |
| | ||||||
* | base.bbclass: Add unpack handling for .jar files (from OE) | Richard Purdie | 2009-01-02 | 1 | -2/+2 | |
| | ||||||
* | bitbake.conf: Default to an IMAGE_FSTYPES of tar.gz instead of the less ↵ | Richard Purdie | 2009-01-02 | 1 | -1/+1 | |
| | | | | useful jffs2 | |||||
* | bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OE | Richard Purdie | 2009-01-02 | 7 | -9/+9 | |
| | ||||||
* | bitbake.conf: Create BPN variable containing the pruned version of PN with ↵ | Richard Purdie | 2009-01-02 | 2 | -5/+22 | |
| | | | | various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code | |||||
* | pax-utils: Upgrade 0.1.13 -> 0.1.19 | Richard Purdie | 2008-12-31 | 2 | -1/+1 | |
| | ||||||
* | binutils: Drop versions 2.17 and earlier | Richard Purdie | 2008-12-31 | 39 | -3224/+1 | |
| | ||||||
* | bintuils: Add 2.19 (from OE) | Richard Purdie | 2008-12-31 | 11 | -0/+317 | |
| | ||||||
* | poppler: 0.6 -> 0.9.2 | Richard Purdie | 2008-12-31 | 1 | -0/+0 | |
| |