From aadeb8892bd10afe952fce02a8a6abd4fa9f0ea4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 16 Apr 2020 20:16:57 +0200 Subject: Diff of the 8.0.2 code-drop against stock AGL 8.0.2 Signed-off-by: Jan-Simon Moeller --- .../os-posixbasedos001legacylibrary_1.0.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-agl/meta-agl-basesystem/recipes-graphics/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb (limited to 'meta-agl/meta-agl-basesystem/recipes-graphics/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb') diff --git a/meta-agl/meta-agl-basesystem/recipes-graphics/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb b/meta-agl/meta-agl-basesystem/recipes-graphics/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb new file mode 100644 index 00000000..29e57dd5 --- /dev/null +++ b/meta-agl/meta-agl-basesystem/recipes-graphics/os-posixbasedos001legacylibrary/os-posixbasedos001legacylibrary_1.0.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "os-posixbasedos001legacylibrary for AGL software" +DESCRIPTION = "os-posixbasedos001legacylibrary to build AGL software" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/${MAKE_DIR}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +inherit agl-basesystem-common + +FILES_${PN} += " /usr/agl/lib/* " +FILES_${PN}-dev += "/usr/agl/include/*" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/toyota.git;protocol=https;branch=sandbox/ToshikazuOhiwa/os-posixbasedos001legacylibrary" +SRCREV = "${AUTOREV}" + +PV = "1.0.0+gitr${SRCPV}" +S = "${WORKDIR}/git" + +DEPENDS += " " + +EXTRA_MAKEFILE=" -f Makefile.client" +EXTRA_OEMAKE += "${EXTRA_MAKEFILE}" +MAKE_DIR ="posix_based_os001_legacy_library" + -- cgit 1.2.3-korg