kumquat-buildroot/package/gettext
Yann E. MORIN 26b44b2b02 toolchain: prepare for more than two alternatives
Lay down the path to add more than two toolchain kinds:
- check the type of toolchain as:
    ifeq (toolchain_buildroot,y)
        blabla buildroot-specific
    else ifeq (toolchain_external,y)
        blabla external-specific
    endif

- prefer using positive checks, a-la:
    ifeq (foo,y)
  instead of:
    ifneq (bar,y)
  (where foo and bar are mutually exclusive)

- have the toolchain_buildroot case always appear first

- gettext is handled differently, because we want to add an option
  only if not using the buildroot toolchain, hence we use ifneq.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-31 10:53:12 +02:00
..
Config.in pkgconfig: add pkgconfig package for target 2009-03-18 19:19:10 +00:00
gettext-error_print_progname.patch - bump version 2007-06-20 12:10:48 +00:00
gettext.mk toolchain: prepare for more than two alternatives 2010-03-31 10:53:12 +02:00
libdir-la.patch fixup a whole steaming pile of insanity. When packages are configured, 2007-01-14 03:52:21 +00:00