1*4882a593SmuzhiyunSUMMARY = "Portable SDK for UPnP* Devices" 2*4882a593SmuzhiyunDESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \ 3*4882a593SmuzhiyunUPnP device and control point applications. It consists of the core UPnP \ 4*4882a593Smuzhiyunprotocols along with a UPnP-specific eXtensible Markup Language (XML) parser \ 5*4882a593Smuzhiyunsupporting the Document Object Model (DOM) Level 2 API and an optional, \ 6*4882a593Smuzhiyunintegrated mini web server for serving UPnP related documents." 7*4882a593SmuzhiyunHOMEPAGE = "http://pupnp.sourceforge.net/" 8*4882a593SmuzhiyunLICENSE = "BSD-3-Clause" 9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunSRCREV = "cef2b23fb36baac091b0c7d41136b4c1d9549c6d" 12*4882a593SmuzhiyunSRC_URI = "git://github.com/pupnp/pupnp.git;protocol=https;branch=branch-1.14.x \ 13*4882a593Smuzhiyun file://0001-ithread-Use-pthread_mutexattr_gettype-pthread_mutexa.patch \ 14*4882a593Smuzhiyun " 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunS="${WORKDIR}/git" 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuninherit autotools pkgconfig 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunEXTRA_OECONF += "--enable-reuseaddr" 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun# Enable LFS support ( for samples ) 23*4882a593SmuzhiyunCFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" 24*4882a593SmuzhiyunCXXFLAGS += "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" 25