• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/kodi-jsonschemabuilder/kodi-jsonschemabuilder.mk
Bernd KuhlsBernd Kuhls committed 99dac7545f814 Nov 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# kodi-jsonschemabuilder
4
#
5
################################################################################
6
​
7
# Not possible to directly refer to kodi variables, because of
8
# first/second expansion trickery...
9
KODI_JSONSCHEMABUILDER_VERSION = 17.6-Krypton
10
KODI_JSONSCHEMABUILDER_SITE = $(call github,xbmc,xbmc,$(KODI_JSONSCHEMABUILDER_VERSION))
11
KODI_JSONSCHEMABUILDER_SOURCE = kodi-$(KODI_JSONSCHEMABUILDER_VERSION).tar.gz
12
KODI_JSONSCHEMABUILDER_LICENSE = GPL-2.0
13
KODI_JSONSCHEMABUILDER_LICENSE_FILES = LICENSE.GPL
14
HOST_KODI_JSONSCHEMABUILDER_SUBDIR = tools/depends/native/JsonSchemaBuilder
15
​
16
HOST_KODI_JSONSCHEMABUILDER_CONF_OPTS = \
17
    -DCMAKE_MODULE_PATH=$(@D)/project/cmake/modules
18
​
19
define HOST_KODI_JSONSCHEMABUILDER_INSTALL_CMDS
20
    $(INSTALL) -m 755 -D \
21
        $(@D)/tools/depends/native/JsonSchemaBuilder/JsonSchemaBuilder \
22
        $(HOST_DIR)/bin/JsonSchemaBuilder
23
endef
24
​
25
$(eval $(host-cmake-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.