summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-12 22:41:29 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-12 22:41:29 +0100
commitf49f52cea4d37fc8a0cd030167de4482cc4b09b8 (patch)
treeb9a26ad4a7261e7f55955074ee5c614e3cc66637 /kconfig
parent1a483470e453b509fbe33242ba4b126318ddb545 (diff)
downloadembtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.gz
embtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.bz2
embtoolkit-f49f52cea4d37fc8a0cd030167de4482cc4b09b8.tar.xz
Host tools: New package: replace pkg-config with pkgconf
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/pkgconf.kconfig (renamed from kconfig/pkgconfig.kconfig)26
-rw-r--r--kconfig/toolchain.kconfig4
2 files changed, 15 insertions, 15 deletions
diff --git a/kconfig/pkgconfig.kconfig b/kconfig/pkgconf.kconfig
index 60383db..4fb6306 100644
--- a/kconfig/pkgconfig.kconfig
+++ b/kconfig/pkgconf.kconfig
@@ -17,32 +17,32 @@
#
################################################################################
#
-# \file pkgconfig.kconfig
-# \brief pkgconfig.kconfig of Embtoolkit.
+# \file pkgconf.kconfig
+# \brief pkgconf.kconfig of Embtoolkit.
# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date January 2011
################################################################################
-config EMBTK_HAVE_PKGCONFIG
+config EMBTK_HAVE_PKGCONF
bool
default y
+ select EMBTK_PKGCONF_NEED_AUTORECONF
help
- pkgconfig for host tools.
+ pkgconf for host tools.
-config EMBTK_PKGCONFIG_VERSION_STRING
+config EMBTK_PKGCONF_VERSION_STRING
string
- default "0.25"
+ default "0.8.9"
-config EMBTK_PKGCONFIG_VERSION_GIT
+config EMBTK_PKGCONF_VERSION_GIT
bool
-config EMBTK_PKGCONFIG_GIT_SITE
+config EMBTK_PKGCONF_GIT_SITE
string
- default "git://anongit.freedesktop.org/pkg-config"
- depends on EMBTK_PKGCONFIG_VERSION_GIT
+ default "git://github.com/pkgconf/pkgconf.git"
+ depends on EMBTK_PKGCONF_VERSION_GIT
-config EMBTK_PKGCONFIG_NEED_PATCH
+config EMBTK_PKGCONF_NEED_PATCH
bool
-config EMBTK_PKGCONFIG_NEED_AUTORECONF
+config EMBTK_PKGCONF_NEED_AUTORECONF
bool
- default y if EMBTK_PKGCONFIG_VERSION_GIT
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 49469d2..911eb79 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -167,9 +167,9 @@ source kconfig/autoconf.kconfig
source kconfig/automake.kconfig
#
-# pkg-config
+# pkgconf
#
-source kconfig/pkgconfig.kconfig
+source kconfig/pkgconf.kconfig
#
# fakeroot