In OE we use /home/root, not /root.
Bug-reported-by: Graham Murphy <Graham.Murphy@jhuapl.edu>
(From meta-openembedded rev:
204f537a181e3532ef8ba9ddadb7baf49a3b2be5)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r25"
+PR = "r26"
inherit useradd pkgconfig autotools vala perlnative
# There's no docbook-xsl-native, so for the xsltproc check to false
do_configure_prepend() {
sed -i /xsltproc/d configure.ac
+
+ # we only have /home/root, not /root
+ sed -i -e 's:=/root:=/home/root:g' units/*.service*
}
do_install() {