Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
config BR2_PACKAGE_XUTIL_MAKEDEPEND
bool "makedepend"
help
No description available

View File

@@ -0,0 +1,2 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/2007
sha256 f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425 makedepend-1.0.5.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xutil_makedepend
#
################################################################################
XUTIL_MAKEDEPEND_VERSION = 1.0.5
XUTIL_MAKEDEPEND_SOURCE = makedepend-$(XUTIL_MAKEDEPEND_VERSION).tar.bz2
XUTIL_MAKEDEPEND_SITE = http://xorg.freedesktop.org/releases/individual/util
XUTIL_MAKEDEPEND_LICENSE = MIT
XUTIL_MAKEDEPEND_LICENSE_FILES = COPYING
XUTIL_MAKEDEPEND_DEPENDENCIES = xproto_xproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))