diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-12-12 14:33:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-12 14:37:04 +0100 |
commit | 15d288520c10b7edf311e87b3ae45503957a66f6 (patch) | |
tree | 595e0b5951680770ae767023af69d49d589ef1ac | |
parent | 525dfab33cb4113e3e0833460a48fff20e669781 (diff) | |
download | buildroot-15d288520c10b7edf311e87b3ae45503957a66f6.tar.gz buildroot-15d288520c10b7edf311e87b3ae45503957a66f6.zip |
package/expedite: move to package directory
There is no advantage for efl related packages to share the same version
number anymore (except for Efl and Elementary).
Here are the version number used for the 1.15 stable release:
EFL 1.15.2
Elementary 1.15.2
Emotion Generic Players 1.15.0
Evas Generic Loaders 1.15.0
Python-EFL 1.15.0
Also, we usually do not have a sub-directory for a family of related
packages which don't share the same version number, so move expedite
to the package directory. Expedite now appears in the
"Graphic libraries and applications (graphic/text)" in the Kconfig menu.
In a followup patch, expedite will be downloaded directly from the 1.15
branch in the git repository since there is no new tarball release after
1.7.0.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/Config.in | 1 | ||||
-rw-r--r-- | package/efl/Config.in | 1 | ||||
-rw-r--r-- | package/expedite/Config.in (renamed from package/efl/expedite/Config.in) | 1 | ||||
-rw-r--r-- | package/expedite/expedite.mk (renamed from package/efl/expedite/expedite.mk) | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in index 0eb6fda010..9610423145 100644 --- a/package/Config.in +++ b/package/Config.in @@ -220,6 +220,7 @@ endmenu menu "Graphic libraries and applications (graphic/text)" comment "Graphic applications" + source "package/expedite/Config.in" source "package/fswebcam/Config.in" source "package/glmark2/Config.in" source "package/gnuplot/Config.in" diff --git a/package/efl/Config.in b/package/efl/Config.in index 3d31a2609f..cb91660afc 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -10,7 +10,6 @@ menuconfig BR2_PACKAGE_EFL if BR2_PACKAGE_EFL -source "package/efl/expedite/Config.in" source "package/efl/libeina/Config.in" source "package/efl/libecore/Config.in" source "package/efl/libeet/Config.in" diff --git a/package/efl/expedite/Config.in b/package/expedite/Config.in index 1e121088ad..de6a056b08 100644 --- a/package/efl/expedite/Config.in +++ b/package/expedite/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_EXPEDITE select BR2_PACKAGE_LIBEINA select BR2_PACKAGE_LIBEVAS select BR2_PACKAGE_LIBEET + depends on BR2_PACKAGE_EFL depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS # libevas help diff --git a/package/efl/expedite/expedite.mk b/package/expedite/expedite.mk index 9b232f834c..9b232f834c 100644 --- a/package/efl/expedite/expedite.mk +++ b/package/expedite/expedite.mk |