projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a54e58e
)
package/pkg-cmake: <pkg>_SUBDIR cleanup
author
Lionel Orry
<lionel.orry@gmail.com>
Thu, 11 Oct 2018 09:57:55 +0000
(11:57 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 16:21:30 +0000
(17:21 +0100)
No functional change is brought by this modification.
This patch removes redundant <pkg>_SRCDIR declaration
(already defined in pkg-generic.mk)
Signed-off-by: Lionel Orry <lionel.orry@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pkg-cmake.mk
patch
|
blob
|
history
diff --git
a/package/pkg-cmake.mk
b/package/pkg-cmake.mk
index 51a1929ebbb698f2c603bc594084f2956ee0c8b1..b9ce8ff622b4b1a0b7e7070f5911f59d7ccf450d 100644
(file)
--- a/
package/pkg-cmake.mk
+++ b/
package/pkg-cmake.mk
@@
-60,8
+60,6
@@
$(2)_INSTALL_OPTS ?= install
$(2)_INSTALL_STAGING_OPTS ?= DESTDIR=$$(STAGING_DIR) install/fast
$(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install/fast
-$(2)_SRCDIR = $$($(2)_DIR)/$$($(2)_SUBDIR)
-
$(3)_SUPPORTS_IN_SOURCE_BUILD ?= YES