• 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/let-me-create/let-me-create.mk
Rahul BedarkarRahul Bedarkar committed 7b13cd7498303 May 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# LetMeCreate
4
#
5
################################################################################
6
​
7
LET_ME_CREATE_VERSION = v1.5.2
8
LET_ME_CREATE_SITE = $(call github,CreatorDev,LetMeCreate,$(LET_ME_CREATE_VERSION))
9
LET_ME_CREATE_INSTALL_STAGING = YES
10
LET_ME_CREATE_LICENSE = BSD-3-Clause
11
LET_ME_CREATE_LICENSE_FILES = LICENSE
12
​
13
# pure static build not supported
14
ifeq ($(BR2_SHARED_LIBS),y)
15
LET_ME_CREATE_CONF_OPTS += -DBUILD_STATIC=OFF -DBUILD_SHARED=ON
16
else ifeq ($(BR2_SHARED_STATIC_LIBS),y)
17
LET_ME_CREATE_CONF_OPTS += -DBUILD_STATIC=ON -DBUILD_SHARED=ON
18
endif
19
​
20
ifeq ($(BR2_PACKAGE_LET_ME_CREATE_EXAMPLES),y)
21
LET_ME_CREATE_CONF_OPTS += -DBUILD_EXAMPLES=ON
22
else
23
LET_ME_CREATE_CONF_OPTS += -DBUILD_EXAMPLES=OFF
24
endif
25
​
26
$(eval $(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.