summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-27 10:41:32 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-27 10:41:32 +0100
commit6fdc2e10ef05d09f053dbdd85bd91265d7814335 (patch)
treef3e749feac05772431965a229077e4155264ece0
parentb82a04960c69246fd4be8fcff48aad45640d1404 (diff)
downloadembtoolkit-6fdc2e10ef05d09f053dbdd85bd91265d7814335.tar.gz
embtoolkit-6fdc2e10ef05d09f053dbdd85bd91265d7814335.tar.bz2
embtoolkit-6fdc2e10ef05d09f053dbdd85bd91265d7814335.tar.xz
Packages: update the dummy package foo
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/misc/foo/foo.kconfig8
-rw-r--r--packages/misc/foo/foo.mk6
2 files changed, 4 insertions, 10 deletions
diff --git a/packages/misc/foo/foo.kconfig b/packages/misc/foo/foo.kconfig
index 1437fea..e4ce32f 100644
--- a/packages/misc/foo/foo.kconfig
+++ b/packages/misc/foo/foo.kconfig
@@ -1,6 +1,6 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -19,15 +19,15 @@
# \file foo.kconfig
# \brief foo.kconfig of Embtoolkit
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# \date December 2009
+# \date February 2010
################################################################################
config EMBTK_HAVE_FOO
bool "Have foo"
help
- Foo description
+ foo description
choice
- prompt "Foo version you wish"
+ prompt "foo version you wish"
depends on EMBTK_HAVE_FOO
help
Here you can choose which version of foo you want to use.
diff --git a/packages/misc/foo/foo.mk b/packages/misc/foo/foo.mk
index 325978a..d2002aa 100644
--- a/packages/misc/foo/foo.mk
+++ b/packages/misc/foo/foo.mk
@@ -33,12 +33,6 @@ FOO_INCLUDES =
FOO_LIBS =
FOO_PKGCONFIGS =
-ifeq ($(CONFIG_EMBTK_64BITS_FS_COMPAT32),y)
-PKG_CONFIG_PATH=$(SYSROOT)/usr/lib32/pkgconfig
-else
-PKG_CONFIG_PATH=$(SYSROOT)/usr/lib/pkgconfig
-endif
-
foo_install: $(FOO_BUILD_DIR)/.installed
$(FOO_BUILD_DIR)/.installed: download_foo \