8 Aug 2012 06:24
[oe] [meta-systemd][PATCH V2] meta-systemd: Create a hard link to gitpkgv.bbclass
Khem Raj <raj.khem <at> gmail.com>
2012-08-08 04:24:29 GMT
2012-08-08 04:24:29 GMT
git is not handling soft links Signed-off-by: Khem Raj <raj.khem <at> gmail.com> --- meta-systemd/classes/gitpkgv.bbclass | 96 +++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 1 deletion(-) mode change 120000 => 100644 meta-systemd/classes/gitpkgv.bbclass diff --git a/meta-systemd/classes/gitpkgv.bbclass b/meta-systemd/classes/gitpkgv.bbclass deleted file mode 120000 index 8205151..0000000 --- a/meta-systemd/classes/gitpkgv.bbclass +++ /dev/null <at> <at> -1 +0,0 <at> <at> -../../meta-oe/classes/gitpkgv.bbclass diff --git a/meta-systemd/classes/gitpkgv.bbclass b/meta-systemd/classes/gitpkgv.bbclass new file mode 100644 index 0000000..238b0d2 --- /dev/null +++ b/meta-systemd/classes/gitpkgv.bbclass <at> <at> -0,0 +1,95 <at> <at> +# gitpkgv.bbclass provides a GITPKGV and GITPKGVTAG variables to be +# used in PKGV, as described bellow: +# +# - GITPKGV which is a sortable version with the format NN+GITHASH, to +# be used in PKGV, where +# +# NN equals the total number of revs up to SRCREV +# GITHASH is SRCREV's (full) hash +#(Continue reading)
RSS Feed