Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 31 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gconf/gtk-icon-theme/mime: Really fix PKGDEST references | Richard Purdie | 3 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | mime.bbclass: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gtk-icon-cache.bbclass: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gconf: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-15 | packaged-staging.bbclass: Fix references to libdir which should be ↵ | Richard Purdie | 1 | |
libdir_native to remove multiple status files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-14 | kernel.bbclass: Fix populate_packaged 'D' references | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | fix c&p error in last patch | Phil Blundell | 1 | |
2009-11-13 | base.bbclass: add support for checksums in .bb files | Phil Blundell | 1 | |
2009-11-12 | native.bbclass: Change warning to debug, not a note for now | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-12 | native.bbclass: Force legacy staging mode autotools_stage_all is used as ↵ | Richard Purdie | 1 | |
often the do_install is empty too. This fixes issues with curl-native Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-12 | base.bbclass: Fix legacy staging package generation as pre hook was called ↵ | Richard Purdie | 1 | |
too late. Also allow legacy staging to be forced with FORCE_LEGACY_STAGING Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with ↵ | Richard Purdie | 3 | |
staging variables and losing Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | classes: Drop some random import bb/os statements | Richard Purdie | 5 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | base.bbclass: Detect recipes where there are problems with staging functions ↵ | Richard Purdie | 1 | |
after staging upgrades Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | debian bbclass: remove hardcoded workdir/install and replace with PKGDEST | Koen Kooi | 1 | |
2009-11-10 | perl: complete config.sh fix | Koen Kooi | 1 | |
2009-11-10 | cpan-base bbclass: update to match change to perl-native staging | Koen Kooi | 1 | |
2009-11-10 | Add replacement canadian classes from Poky, marking the replacements as ↵ | Richard Purdie | 8 | |
deprecated Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Replace the base_package_name function with the ↵ | Richard Purdie | 1 | |
base_prune_suffix() function from Poky and extend the number of special suffixes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | native.bbclass: Add BBCLASSEXTEND support (from poky) | Richard Purdie | 3 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Fix staging for native and non-native packages | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Add stubs for functions when package-staging isn't active and ↵ | Richard Purdie | 2 | |
fix a typo Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Note legacy staging packages in debug output | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Rework staging function to use a DESTDIR style configuration ↵ | Richard Purdie | 2 | |
based on the data from the do_install step (from Poky). This falls back to any standard do_stage function if defined, see the mailing list for more info. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | packaged-staging.bbclass: Use a variable for the location of the staging ↵ | Richard Purdie | 2 | |
lock file (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | native.bbclass: If do_stage isn't overridden, allow do_install to run for ↵ | Richard Purdie | 1 | |
native packages (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | binconfig/pkgconfig.bbclass: Convert staging functions into ↵ | Richard Purdie | 3 | |
SYSROOT_PREPROCESS_FUNCS operating on SYSROOT_DESTDIR Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | autotools.bbclass: Separate out useful staging functions into base.bbclass ↵ | Richard Purdie | 2 | |
and call from autotools classes (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | autotools.bbclass: Convert .la file mangling to package preprocessing hook | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | binconfig.bbclass: Convert do_install_append() into a ↵ | Richard Purdie | 1 | |
PACKAGE_PREPROCESS_FUNCS (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | Start removal of layout_* variables and replace these with new mechanisms to ↵ | Richard Purdie | 11 | |
allow nextgen SDK generation (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | base.bbclass: Promote packagedata inherit to a direct inherit due to ↵ | Richard Purdie | 1 | |
ordering issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | packagedata.bbclass: Split package data handling functions out from ↵ | Richard Purdie | 2 | |
base.bclass (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | autotools.bbclass: Create m4 directory earlier avoding issues with ↵ | Richard Purdie | 1 | |
intltoolize (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | autotools.bbclass: Allow for leading whitespace in gettext and intltool ↵ | Richard Purdie | 1 | |
searches (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | autotools.bbclass: Remove pointless inherit (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | package.bbclass: Add the option to declare package preprocess function hooks ↵ | Richard Purdie | 1 | |
(from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | package.bbclass: Change to operate on a copy of the install directory ↵ | Richard Purdie | 1 | |
instead of directly. Also take the opportunity to rename the temp directories so their function is clear (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | package.bbclass: Remove hardcoded use of PKGDEST variable (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | package.bbclass: Move variable checks to one place making the code more ↵ | Richard Purdie | 1 | |
readable (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | base.bbclass: Drop import bb and import os as no longer needed | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-09 | base.bbclass: Drop legacy rebuild mangling code | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-08 | gnome bbclass: delete more scrollkeeper junk | Koen Kooi | 1 | |
2009-11-05 | java.bbclass: fixed oe_jarinstall for broken symlinks | Marcin Juszkiewicz | 1 | |
Code checked for existance of JAR file and if it was present then it had to be removed before symlinking to it. But it was not working sometimes so we forced symlinking. Proper fix is to check "does file exists or is a symlink" which we do now. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net> | ||||
2009-11-04 | e* bbclass: fix up PACKAGES (again!) | Koen Kooi | 2 | |
This should why overriding PACKAGES is bad | ||||
2009-11-03 | cmake.bbclass: use staging from autotools too | Henning Heinold | 1 | |
2009-11-03 | base.bbclass: Better error message in case the Config Parser fails | Holger Hans Peter Freyther | 1 | |
http://patchwork.openembedded.org/patch/1088/ Tested-by: Ed Nelson <enelson1000@comcast.net> | ||||
2009-11-03 | qmake2.bbclass: Add lupdate and lrelease. | Matthew Dombroski | 1 | |
http://patchwork.openembedded.org/patch/987 Signed-off-by: Matthew Dombroski <matthew@4d-electronics.co.nz> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-10-31 | Revert "Revert "package.bbclass: Cleanup getVar syntax to use True, not 1 as ↵ | Frans Meulenbroeks | 1 | |
third argument (from Poky)"" Oops, accidently reverted a patch, reverting the revert. Sorry for any inconvenience This reverts commit 056193c6638892ddde7bddbfc6f6f06a2288ba64. |