summaryrefslogtreecommitdiff
path: root/core/kconfig/uclibc-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-07 21:36:16 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 13:07:02 +0200
commitf2dac09c2084727c184cf7535d441a6ff81c226e (patch)
treeaa7504edf23d4e51919b04bd87467a120201decd /core/kconfig/uclibc-kconfigs
parentfc69c860396b58ec30110262aa0c904eaba9b1cb (diff)
downloadembtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.gz
embtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.bz2
embtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.xz
Build system: allow packages defining their recipe to use __embtk_{pre,post}install_pkg
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/uclibc-kconfigs')
-rw-r--r--core/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig27
1 files changed, 23 insertions, 4 deletions
diff --git a/core/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig b/core/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
index 087f6f2..0335468 100644
--- a/core/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
+++ b/core/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2012 GAYE Abdoulaye Walsimou.
+# Copyright(C) 2009-2014 GAYE Abdoulaye Walsimou.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -60,17 +60,36 @@ config EMBTK_UCLIBC_GIT_BRANCH
default "master"
depends on EMBTK_UCLIBC_VERSION_GIT
help
- The branch of the git repository to use, the default is master.
+ The branch of the git repository to use, the default is master.
config EMBTK_UCLIBC_GIT_REVISION
string "Checkout a specific revision instead of the latest"
depends on EMBTK_UCLIBC_VERSION_GIT
help
- Chechout a specific revision instead of the latest.
+ Chechout a specific revision instead of the latest.
config EMBTK_UCLIBC_NEED_PATCH
bool
-config EMBTK_UCLIBC_NEED_AUTORECONF
+ select EMBTK_UCLIBC_HEADERS_NEED_PATCH
+
+
+config EMBTK_UCLIBC_HEADERS_VERSION_STRING
+ string
+ default EMBTK_UCLIBC_VERSION_STRING
+
+config EMBTK_UCLIBC_HEADERS_REFSPEC
+ string
+ default EMBTK_UCLIBC_REFSPEC
+
+config EMBTK_UCLIBC_HEADERS_GIT_BRANCH
+ string
+ default EMBTK_UCLIBC_GIT_BRANCH
+
+config EMBTK_UCLIBC_HEADERS_GIT_REVISION
+ string
+ default EMBTK_UCLIBC_GIT_REVISION
+
+config EMBTK_UCLIBC_HEADERS_NEED_PATCH
bool
#