Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
deprecated
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
base_prune_suffix() function from Poky and extend the number of special suffixes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
fix a typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
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>
|
|
lock file (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
native packages (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
SYSROOT_PREPROCESS_FUNCS operating on SYSROOT_DESTDIR
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
and call from autotools classes (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
PACKAGE_PREPROCESS_FUNCS (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
allow nextgen SDK generation (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
ordering issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
base.bclass (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
intltoolize (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
searches (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
(from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
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>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
readable (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
|
|
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>
|
|
This should why overriding PACKAGES is bad
|
|
|
|
http://patchwork.openembedded.org/patch/1088/
Tested-by: Ed Nelson <enelson1000@comcast.net>
|
|
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>
|
|
third argument (from Poky)""
Oops, accidently reverted a patch, reverting the revert. Sorry for any inconvenience
This reverts commit 056193c6638892ddde7bddbfc6f6f06a2288ba64.
|
|
argument (from Poky)"
This reverts commit fcee557e1b0551d1743bbb3ad61102b9ccc4cba8.
|
|
(from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
|
|
xfce.bbclass).
|
|
|
|
.git/HEAD doesn't usually change on a commit, but the ref it points to
(e.g. .git/refs/heads/master) should. Handle this and another couple of
cases: if a tag is added without a new commit, or if the ref is in
packed-refs.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Chris Larson <clarson@kergoth.com>
|
|
* prerm : only stop service at the "upgrade" and "remove" steps
* postrm : only remove symlinks at the "remove" and "purge" steps, after
checking the init script no longer exists
|
|
|
|
Fixes the wrong versioned runtime dependency for shlib subpackages with
own versions. Consider this:
PACKAGES = "libfoo libbar"
PV_libfoo = "1"
PV_libbar = "2"
PV = "3"
That will generate libfoo_1 and libbar_2 packages, but version 3 will be
exported in shlibs database, leading to the following versioned runtime
dependencies:
RDEPENDS: libfoo (>=3) libbar (>=3)
This fixes the problem.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
|
|
* Add linux-uclibcspe
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* After renaming the target triplet the file names
needs to be renamed because they are used in get_siteinfo_list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|