Commit d76a37d1 authored by Patrick Gerber's avatar Patrick Gerber Committed by Peter Korsgaard
Browse files

Media-ctl: new package



[Peter: fix help text]
Signed-off-by: default avatarPatrick Gerber <kpa_info@yahoo.fr>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent fb6404e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ source "package/lshw/Config.in"
source "package/lsuio/Config.in"
source "package/lvm2/Config.in"
source "package/mdadm/Config.in"
source "package/media-ctl/Config.in"
source "package/memtester/Config.in"
source "package/minicom/Config.in"
source "package/nanocom/Config.in"
+9 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_MEDIA_CTL
	bool "media-ctl"
	help
	  Media controller control application

	  Useful mostly with ARM OMAP processors to configure and
	  control the image subsystem

	  http://git.ideasonboard.org/media-ctl.git
+17 −0
Original line number Diff line number Diff line
#############################################################
#
# media-ctl
#
#############################################################

MEDIA_CTL_VERSION = ac40b79f002a2315f909548614ccd2d408da25b7
MEDIA_CTL_SITE = git://git.ideasonboard.org/media-ctl.git
MEDIA_CTL_INSTALL_STAGING = YES
MEDIA_CTL_LICENSE = LGPLv2.1+
MEDIA_CTL_LICENSE_FILES = COPYING.LIB

MEDIA_CTL_AUTORECONF = YES
MEDIA_CTL_CONF_OPT = --with-kernel-headers=$(STAGING_DIR)/usr/include
MEDIA_CTL_DEPENDENCIES = host-pkgconf

$(eval $(autotools-package))