19 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#
 | 
						|
# Constant bitbake recipe information for the meta-tp layer
 | 
						|
# common values, statements and functions.
 | 
						|
#
 | 
						|
inherit autotools-brokensep gitsha
 | 
						|
 | 
						|
HOMEPAGE         = "http://www.tp-link.com"
 | 
						|
MAINTAINER       = "TP-LINK Mobile Developers"
 | 
						|
FILESPATH        =+ "${WORKSPACE}:"
 | 
						|
SRC_URI          = "file://${@d.getVar('SRC_DIR', True).replace('${WORKSPACE}/', '')}"
 | 
						|
PV               = "git-${GITSHA}"
 | 
						|
 | 
						|
LICENSE          = "TPLink-Technologies-Inc.-Proprietary"
 | 
						|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta-tp/files/tp-licenses/${LICENSE};md5=abd123e5a2e897447f2c177f6053913c"
 | 
						|
 | 
						|
TP-PROPRIETARY   = "${WORKSPACE}/tp-proprietary"
 | 
						|
TP-OPENSOURCE    = "${WORKSPACE}/tp-opensource"
 | 
						|
TP-PRODUCT       = "${WORKSPACE}/tp-product"
 |