eigen: fix indentation
Use tabs consistently for indentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ad366b357b
commit
6d5ea5bd91
@ -23,8 +23,8 @@ endif
|
|||||||
# Generate the .pc file at build time
|
# Generate the .pc file at build time
|
||||||
define EIGEN_BUILD_CMDS
|
define EIGEN_BUILD_CMDS
|
||||||
sed -r -e 's,^Version: .*,Version: $(EIGEN_VERSION),' \
|
sed -r -e 's,^Version: .*,Version: $(EIGEN_VERSION),' \
|
||||||
-e 's,^Cflags: .*,Cflags: -I$(EIGEN_DEST_DIR),' \
|
-e 's,^Cflags: .*,Cflags: -I$(EIGEN_DEST_DIR),' \
|
||||||
$(@D)/eigen3.pc.in >$(@D)/eigen3.pc
|
$(@D)/eigen3.pc.in >$(@D)/eigen3.pc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# This package only consists of headers that need to be
|
# This package only consists of headers that need to be
|
||||||
@ -35,7 +35,7 @@ define EIGEN_INSTALL_STAGING_CMDS
|
|||||||
cp -a $(@D)/Eigen $(EIGEN_DEST_DIR)
|
cp -a $(@D)/Eigen $(EIGEN_DEST_DIR)
|
||||||
$(EIGEN_INSTALL_UNSUPPORTED_MODULES_CMDS)
|
$(EIGEN_INSTALL_UNSUPPORTED_MODULES_CMDS)
|
||||||
$(INSTALL) -D -m 0644 $(@D)/eigen3.pc \
|
$(INSTALL) -D -m 0644 $(@D)/eigen3.pc \
|
||||||
$(STAGING_DIR)/usr/lib/pkgconfig/eigen3.pc
|
$(STAGING_DIR)/usr/lib/pkgconfig/eigen3.pc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user