• 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/libuci/libuci.mk
Rahul BedarkarRahul Bedarkar committed 80a763af59f04 Jul 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libuci
4
#
5
################################################################################
6
​
7
LIBUCI_VERSION = e339407372ffc70b1451e4eda218c01aa95a6a7f
8
LIBUCI_SITE = git://nbd.name/uci.git
9
LIBUCI_LICENSE = LGPLv2.1, GPLv2 (tools)
10
LIBUCI_INSTALL_STAGING = YES
11
LIBUCI_DEPENDENCIES = libubox
12
​
13
ifeq ($(BR2_PACKAGE_LUA_5_1),y)
14
LIBUCI_DEPENDENCIES += lua
15
LIBUCI_CONF_OPTS += -DBUILD_LUA=ON \
16
    -DLUAPATH=/usr/lib/lua/5.1 \
17
    -DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include
18
LIBUCI_LICENSE := $(LIBUCI_LICENSE), GPLv2 (lua bindings)
19
else
20
LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF
21
endif
22
​
23
$(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.