mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 23:54:39 +02:00
OpenSAF is an open source implementation of the SAF AIS specification Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
12 lines
541 B
Diff
12 lines
541 B
Diff
--- opensaf-4.5.0.orig/Makefile.am 2014-12-31 14:45:54.088797989 +0800
|
|
+++ opensaf-4.5.0/Makefile.am 2014-12-31 14:45:08.328796688 +0800
|
|
@@ -219,7 +219,7 @@ install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgpiddir)
|
|
$(mkinstalldirs) $(DESTDIR)$(lockdir)
|
|
$(mkinstalldirs) $(DESTDIR)$(pkglocalstatedir)
|
|
- cp -R samples/ $(DESTDIR)$(pkgdatadir)
|
|
+ cp -R $(srcdir)/samples/ $(DESTDIR)$(pkgdatadir)
|
|
|
|
install-data-hook:
|
|
@for i in $$(grep -lr -e 'xxLIBDIRxx' -e 'xxLOGDIRxx' -e 'xxCLCCLIDIRxx' $(DESTDIR)$(pkgimmxml_svcdir)/*.xml) ; do \
|