Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ LAYERDEPENDS_oatpp = "core"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_oatpp = "1"
LAYERSERIES_COMPAT_oatpp = "thud warrior zeus dunfell"
LAYERSERIES_COMPAT_oatpp = "thud warrior zeus dunfell mickledore"

2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-curl/oatpp-curl_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ Curl"
inherit oatpp-module

DEPENDS_append = " curl"
DEPENDS:append = " curl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-curl/oatpp-curl_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ Curl"
inherit oatpp-module

DEPENDS_append = " curl"
DEPENDS:append = " curl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-libressl/oatpp-libressl_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ libressl"
inherit oatpp-module

DEPENDS_append = " libressl"
DEPENDS:append = " libressl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-libressl/oatpp-libressl_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ libressl"
inherit oatpp-module

DEPENDS_append = " libressl"
DEPENDS:append = " libressl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-mbedtls/oatpp-mbedtls_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ MbedTLS"
inherit oatpp-module

DEPENDS_append = " mbedtls"
DEPENDS:append = " mbedtls"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-mbedtls/oatpp-mbedtls_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ MbedTLS"
inherit oatpp-module

DEPENDS_append = " mbedtls"
DEPENDS:append = " mbedtls"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-mongo/oatpp-mongo_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ MongoDB"
inherit oatpp-module

DEPENDS_append = " mongodb"
DEPENDS:append = " mongodb"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-mongo/oatpp-mongo_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ MongoDB"
inherit oatpp-module

DEPENDS_append = " mongodb"
DEPENDS:append = " mongodb"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-openssl/oatpp-openssl_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ OpenSSL"
inherit oatpp-module

DEPENDS_append = " openssl"
DEPENDS:append = " openssl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-openssl/oatpp-openssl_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ OpenSSL"
inherit oatpp-module

DEPENDS_append = " openssl"
DEPENDS:append = " openssl"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-postgresql/oatpp-postgresql_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ PostgreSQL"
inherit oatpp-module

DEPENDS_append = " postgresql"
DEPENDS:append = " postgresql"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-postgresql/oatpp-postgresql_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ PostgreSQL"
inherit oatpp-module

DEPENDS_append = " postgresql"
DEPENDS:append = " postgresql"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-protobuf/oatpp-protobuf_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ Protobuf"
inherit oatpp-module

DEPENDS_append = " protobuf"
DEPENDS:append = " protobuf"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-protobuf/oatpp-protobuf_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ Protobuf"
inherit oatpp-module

DEPENDS_append = " protobuf"
DEPENDS:append = " protobuf"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-sqlite/oatpp-sqlite_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ SQLite"
inherit oatpp-module

DEPENDS_append = " sqlite3"
DEPENDS:append = " sqlite3"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-sqlite/oatpp-sqlite_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ SQLite"
inherit oatpp-module

DEPENDS_append = " sqlite3"
DEPENDS:append = " sqlite3"
6 changes: 3 additions & 3 deletions recipes-oatpp/oatpp-swagger/oatpp-swagger_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
DESCRIPTION = "Oat++ Swagger (OAS 3.0)"
inherit oatpp-module

PACKAGES_prepend = "${PN}-ui "
PACKAGES:prepend = "${PN}-ui "

INCDIR = "${includedir}/oatpp-${PV}/${PN}/${PN}"
CMDIR = "${libdir}/cmake/${PN}-${PV}"
FILES_${PN} = " \
FILES:${PN} = " \
${INCDIR}/AsyncController.hpp \
${INCDIR}/Controller.hpp \
${INCDIR}/Generator.hpp \
Expand All @@ -43,7 +43,7 @@ FILES_${PN} = " \
${CMDIR}/oatpp-swaggerTargets-noconfig.cmake \
"
RESDIR = "${includedir}/oatpp-${PV}/bin/oatpp-swagger/res"
FILES_${PN}-ui = " \
FILES:${PN}-ui = " \
${RESDIR}/swagger-ui.js.map \
${RESDIR}/swagger-ui-standalone-preset.js \
${RESDIR}/swagger-ui.css \
Expand Down
6 changes: 3 additions & 3 deletions recipes-oatpp/oatpp-swagger/oatpp-swagger_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
DESCRIPTION = "Oat++ Swagger (OAS 3.0)"
inherit oatpp-module

PACKAGES_prepend = "${PN}-ui "
PACKAGES:prepend = "${PN}-ui "

INCDIR = "${includedir}/oatpp-${PV}/${PN}/${PN}"
CMDIR = "${libdir}/cmake/${PN}-${PV}"
FILES_${PN} = " \
FILES:${PN} = " \
${INCDIR}/AsyncController.hpp \
${INCDIR}/Controller.hpp \
${INCDIR}/Generator.hpp \
Expand All @@ -43,7 +43,7 @@ FILES_${PN} = " \
${CMDIR}/oatpp-swaggerTargets-noconfig.cmake \
"
RESDIR = "${includedir}/oatpp-${PV}/bin/oatpp-swagger/res"
FILES_${PN}-ui = " \
FILES:${PN}-ui = " \
${RESDIR}/swagger-ui.js.map \
${RESDIR}/swagger-ui-standalone-preset.js \
${RESDIR}/swagger-ui.css \
Expand Down
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-zlib/oatpp-zlib_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ zlib"
inherit oatpp-module

DEPENDS_append = " zlib"
DEPENDS:append = " zlib"
2 changes: 1 addition & 1 deletion recipes-oatpp/oatpp-zlib/oatpp-zlib_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
DESCRIPTION = "Oat++ zlib"
inherit oatpp-module

DEPENDS_append = " zlib"
DEPENDS:append = " zlib"
8 changes: 5 additions & 3 deletions recipes-oatpp/oatpp/oatpp_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ LICENSE = "Apache-2.0"
PR = "r0"


SRC_URI = "git://github.com/oatpp/oatpp;protocol=https;tag=1.2.5"
SRC_URI = "git://github.com/oatpp/oatpp;protocol=https;branch=master"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

ALLOW_EMPTY_${PN} = "1"
SRCREV = "9899786b235b2d987c8b131cdb01909727b98d4f"

ALLOW_EMPTY:${PN} = "1"

S = "${WORKDIR}/git"

Expand All @@ -54,7 +56,7 @@ PACKAGECONFIG[logi] = "-DOATPP_DISABLE_LOGI=OFF,-DOATPP_DISABLE_LOGI=ON"
PACKAGECONFIG[logw] = "-DOATPP_DISABLE_LOGW=OFF,-DOATPP_DISABLE_LOGW=ON"
PACKAGECONFIG[loge] = "-DOATPP_DISABLE_LOGE=OFF,-DOATPP_DISABLE_LOGE=ON"

FILES_${PN}-staticdev = "\
FILES:${PN}-staticdev = "\
${libdir}/oatpp-${PV}/liboatpp.a \
${libdir}/oatpp-${PV}/liboatpp-test.a \
"
Expand Down
7 changes: 4 additions & 3 deletions recipes-oatpp/oatpp/oatpp_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ SECTION = "oatpp"
LICENSE = "Apache-2.0"
PR = "r0"

SRCREV = "349d96114ae03ae6fd44dd2a398e5cdd9529fb48"

SRC_URI = "git://github.com/oatpp/oatpp;protocol=https;tag=1.3.0"
SRC_URI = "git://github.com/oatpp/oatpp;protocol=https;branch=master"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY:${PN} = "1"

S = "${WORKDIR}/git"

Expand All @@ -54,7 +55,7 @@ PACKAGECONFIG[logi] = "-DOATPP_DISABLE_LOGI=OFF,-DOATPP_DISABLE_LOGI=ON"
PACKAGECONFIG[logw] = "-DOATPP_DISABLE_LOGW=OFF,-DOATPP_DISABLE_LOGW=ON"
PACKAGECONFIG[loge] = "-DOATPP_DISABLE_LOGE=OFF,-DOATPP_DISABLE_LOGE=ON"

FILES_${PN}-staticdev = "\
FILES:${PN}-staticdev = "\
${libdir}/oatpp-${PV}/liboatpp.a \
${libdir}/oatpp-${PV}/liboatpp-test.a \
"
Expand Down
24 changes: 12 additions & 12 deletions recipes-oatpp/packagegroup/packagegroup-oatpp_1.2.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ SUMMARY = "All Oat++ packages"

inherit packagegroup

RDEPENDS_${PN} += "websocket"
RDEPENDS_${PN} += "postgresql"
RDEPENDS_${PN} += "ssdp"
RDEPENDS_${PN} += "openssl"
RDEPENDS_${PN} += "libressl"
RDEPENDS_${PN} += "zlib"
RDEPENDS_${PN} += "sqlite"
RDEPENDS_${PN} += "mongo"
RDEPENDS_${PN} += "mbedtls"
RDEPENDS_${PN} += "curl"
RDEPENDS_${PN} += "protobuf"
RDEPENDS_${PN} += "swagger"
RDEPENDS:${PN} += "websocket"
RDEPENDS:${PN} += "postgresql"
RDEPENDS:${PN} += "ssdp"
RDEPENDS:${PN} += "openssl"
RDEPENDS:${PN} += "libressl"
RDEPENDS:${PN} += "zlib"
RDEPENDS:${PN} += "sqlite"
RDEPENDS:${PN} += "mongo"
RDEPENDS:${PN} += "mbedtls"
RDEPENDS:${PN} += "curl"
RDEPENDS:${PN} += "protobuf"
RDEPENDS:${PN} += "swagger"
24 changes: 12 additions & 12 deletions recipes-oatpp/packagegroup/packagegroup-oatpp_1.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ SUMMARY = "All Oat++ packages"

inherit packagegroup

RDEPENDS_${PN} += "websocket"
RDEPENDS_${PN} += "postgresql"
RDEPENDS_${PN} += "ssdp"
RDEPENDS_${PN} += "openssl"
RDEPENDS_${PN} += "libressl"
RDEPENDS_${PN} += "zlib"
RDEPENDS_${PN} += "sqlite"
RDEPENDS_${PN} += "mongo"
RDEPENDS_${PN} += "mbedtls"
RDEPENDS_${PN} += "curl"
RDEPENDS_${PN} += "protobuf"
RDEPENDS_${PN} += "swagger"
RDEPENDS:${PN} += "websocket"
RDEPENDS:${PN} += "postgresql"
RDEPENDS:${PN} += "ssdp"
RDEPENDS:${PN} += "openssl"
RDEPENDS:${PN} += "libressl"
RDEPENDS:${PN} += "zlib"
RDEPENDS:${PN} += "sqlite"
RDEPENDS:${PN} += "mongo"
RDEPENDS:${PN} += "mbedtls"
RDEPENDS:${PN} += "curl"
RDEPENDS:${PN} += "protobuf"
RDEPENDS:${PN} += "swagger"