diff mbox series

[RFC] utfcpp: add recipe

Message ID 20240102125214.1466246-1-f_l_k@t-online.de
State New
Headers show
Series [RFC] utfcpp: add recipe | expand

Commit Message

Markus Volk Jan. 2, 2024, 12:52 p.m. UTC
utfcpp will be a required dependency for the upcoming taglib-2.0 update.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/conf/distro/include/maintainers.inc     |  1 +
 meta/recipes-devtools/utfcpp/utfcpp_4.0.4.bb | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 meta/recipes-devtools/utfcpp/utfcpp_4.0.4.bb
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 8dc63b138e..f0a39beffd 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -824,6 +824,7 @@  RECIPE_MAINTAINER:pn-unzip = "Denys Dmytriyenko <denis@denix.org>"
 RECIPE_MAINTAINER:pn-update-rc.d = "Ross Burton <ross.burton@arm.com>"
 RECIPE_MAINTAINER:pn-usbinit = "Alexander Kanavin <alex.kanavin@gmail.com>"
 RECIPE_MAINTAINER:pn-usbutils = "Alexander Kanavin <alex.kanavin@gmail.com>"
+RECIPE_MAINTAINER:pn-utfcpp = "Markus Volk <f_l_k@t-online.de>"
 RECIPE_MAINTAINER:pn-util-linux = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-util-linux-libuuid = "Chen Qi <Qi.Chen@windriver.com>"
 RECIPE_MAINTAINER:pn-util-macros = "Unassigned <unassigned@yoctoproject.org>"
diff --git a/meta/recipes-devtools/utfcpp/utfcpp_4.0.4.bb b/meta/recipes-devtools/utfcpp/utfcpp_4.0.4.bb
new file mode 100644
index 0000000000..9cbea94c63
--- /dev/null
+++ b/meta/recipes-devtools/utfcpp/utfcpp_4.0.4.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "UTF-8 with C++ in a Portable Way."
+HOMEPAGE = "https://github.com/nemtrif/utfcpp"
+LICENSE = "BSL-1.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
+
+SRC_URI = "git://github.com/nemtrif/utfcpp.git;protocol=https;branch=master"
+
+SRCREV = "aed58281cf45838bdb7296e3109bd5a633d677ed"
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+FILES:${PN}-dev += "${datadir}/utf8cpp/cmake"