mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/libplatform/libplatform.mk
Normal file
13
package/libplatform/libplatform.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libplatform
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPLATFORM_VERSION = 1eb12b1b1efa6747c1e190964854e9e267e3a1e2
|
||||
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
|
||||
LIBPLATFORM_LICENSE = GPL-2.0+
|
||||
LIBPLATFORM_LICENSE_FILES = src/os.h
|
||||
LIBPLATFORM_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user