| Submitter | Luca Ceresoli |
|---|---|
| Date | March 6, 2013, 5:14 p.m. |
| Message ID | <1362590066-5448-3-git-send-email-luca@lucaceresoli.net> |
| Download | mbox | patch |
| Permalink | /patch/225555/ |
| State | Accepted |
| Commit | cea14a589a1632cbf16af9192c18a72d8b89790d |
| Headers | show |
Comments
Dear Luca Ceresoli, On Wed, 6 Mar 2013 18:14:23 +0100, Luca Ceresoli wrote: > CMake is declared as a generic target package, but the corresponding rules > do not even exist. This was needed some time ago: the package infrastructures had some issues when there was a host-<foo> package but no <foo> package. I think it was fixed by 79bfcd556027901b847cae063cbcfbedf75e394a. > Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Patch
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk index d0db502e..cfe8ab4 100644 --- a/package/cmake/cmake.mk +++ b/package/cmake/cmake.mk @@ -25,5 +25,4 @@ define HOST_CMAKE_INSTALL_CMDS $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install endef -$(eval $(generic-package)) $(eval $(host-generic-package))
CMake is declared as a generic target package, but the corresponding rules do not even exist. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- package/cmake/cmake.mk | 1 - 1 file changed, 1 deletion(-)