Khem Raj | 8 Aug 2012 06:24
Picon
Gravatar

[oe] [meta-systemd][PATCH V2] meta-systemd: Create a hard link to gitpkgv.bbclass

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)

Paul Eggleton | 8 Aug 2012 11:52
Picon

Re: [oe] [meta-systemd][PATCH V2] meta-systemd: Create a hard link to gitpkgv.bbclass

On Tuesday 07 August 2012 21:24:29 Khem Raj wrote:
> git is not handling soft links

I think you'll find that it won't handle hard links either. As far as git is 
concerned you've just added a new file.

Cheers,
Paul

--

-- 

Paul Eggleton
Intel Open Source Technology Centre

Gmane