similarity index 100%
copy from meta-arago-distro/recipes-support/strongswan/strongswan_%.bbappend
copy to meta-arago-distro/recipes-support/strongswan/strongswan-arago.inc
@@ -1,18 +1,4 @@
-PR:append = ".arago4"
-FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+STRONGSWAN_ARAGO = ""
+STRONGSWAN_ARAGO:arago = "strongswan-arago.inc"
-PACKAGECONFIG = "charon curl openssl stroke sqlite3 \
- ${@bb.utils.filter('DISTRO_FEATURES', 'ldap', d)} \
-"
-
-EXTRA_OECONF += " \
- --enable-ctr \
- --enable-pkcs11 \
- --enable-mgf1 \
-"
-
-SRC_URI += "file://pkcs11_plugin.conf"
-
-do_install:append () {
- install -m 0644 ${UNPACKDIR}/pkcs11_plugin.conf ${D}${sysconfdir}/strongswan.d/
-}
+require ${STRONGSWAN_ARAGO}
Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- ...ngswan_%.bbappend => strongswan-arago.inc} | 0 .../strongswan/strongswan_%.bbappend | 20 +++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) copy meta-arago-distro/recipes-support/strongswan/{strongswan_%.bbappend => strongswan-arago.inc} (100%)