This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
997c17a84c
kumquat-buildroot
/
package
/
efl
/
efl.mk
4 lines
69 B
Makefile
Raw
Normal View
History
Unescape
Escape
efl: bump to version 1.7.10 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-09-07 17:50:51 +02:00
EFL_VERSION
=
1.7.10
efl: factorize version number as EFL_VERSION All the EFL components are released simultaneously, with an identical version number, just like all Qt5 components for example. So it makes sense to have a single EFL_VERSION variable in package/efl/efl.mk that is used by all the packages in package/efl/*/*.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-07 17:07:22 +02:00
Fix build reproducibility in Make 3.82 Make 3.82 no longer sort the result of wildcards (see http://comments.gmane.org/gmane.comp.gnu.make.bugs/4260). This may break build reproducibility. This patch sort results of wildcards to ensure reproducibility. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-03 10:45:41 +02:00
i
n
c
l
u
d
e
$(
sort
$
(
wildcard
package
/
efl
/*/*.
mk
)
)
Reference in New Issue
Copy Permalink