mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
23
recipes-extended/date/date_3.0.1.bb
Normal file
23
recipes-extended/date/date_3.0.1.bb
Normal file
@ -0,0 +1,23 @@
|
||||
SUMMARY = "A date and time library based on C++11/14/17."
|
||||
HOMEPAGE = "https://github.com/HowardHinnant/date.git"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b5d973344b3c7bbf7535f0e6e002d017"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/HowardHinnant/date.git;protocol=https;branch=master \
|
||||
file://pkgconfig.patch \
|
||||
"
|
||||
|
||||
SRCREV = "22ceabf205d8d678710a43154da5a06b701c5830"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS = "curl"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DBUILD_TZ_LIB=ON \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DUSE_SYSTEM_TZ_DB=ON \
|
||||
"
|
||||
|
Reference in New Issue
Block a user