From 9beb16e281aac41199b5428e25071d510bfa6ac4 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 10 Feb 2020 14:05:43 +0100 Subject: connman: Only apply our patch to 1.35. Also still set RPROVIDES for all other versions. Signed-off-by: Patrick Vacek --- recipes-connectivity/connman/connman_%.bbappend | 5 ----- recipes-connectivity/connman/connman_1.35.bbappend | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 recipes-connectivity/connman/connman_1.35.bbappend diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend index 08ec832..b3633cc 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman_%.bbappend @@ -1,6 +1 @@ RPROVIDES_${PN} += "virtual/network-configuration" - -# patch to not create the resolv.conf symlink at run-time, as it's already -# handled in the recipe and messes up with ostree -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += "file://0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch" diff --git a/recipes-connectivity/connman/connman_1.35.bbappend b/recipes-connectivity/connman/connman_1.35.bbappend new file mode 100644 index 0000000..08ec832 --- /dev/null +++ b/recipes-connectivity/connman/connman_1.35.bbappend @@ -0,0 +1,6 @@ +RPROVIDES_${PN} += "virtual/network-configuration" + +# patch to not create the resolv.conf symlink at run-time, as it's already +# handled in the recipe and messes up with ostree +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +SRC_URI += "file://0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch" -- cgit v1.2.3-54-g00ecf