bison.mk 417 B

12345678910111213141516
  1. #############################################################
  2. #
  3. # bison
  4. #
  5. #############################################################
  6. BISON_VERSION:=2.3
  7. BISON_SOURCE:=bison-$(BISON_VERSION).tar.bz2
  8. BISON_SITE:=$(BR2_GNU_MIRROR)/bison
  9. define BISON_DISABLE_EXAMPLES
  10. echo 'all install:' > $(@D)/examples/Makefile
  11. endef
  12. BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
  13. $(eval $(call AUTOTARGETS,package,bison))