summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-02-10 14:05:43 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2020-02-10 14:06:36 +0100
commit9beb16e281aac41199b5428e25071d510bfa6ac4 (patch)
tree96f4eda5bee4d7a09b8f8c60caaae2484d9ea738
parent6b9eabed95640ee9511f14c31a994049ca8a7477 (diff)
downloadmeta-updater-fix/thud/agl-build-connman.tar.gz
connman: Only apply our patch to 1.35.fix/thud/agl-build-connman
Also still set RPROVIDES for all other versions. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--recipes-connectivity/connman/connman_%.bbappend5
-rw-r--r--recipes-connectivity/connman/connman_1.35.bbappend6
2 files changed, 6 insertions, 5 deletions
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 @@
1RPROVIDES_${PN} += "virtual/network-configuration" RPROVIDES_${PN} += "virtual/network-configuration"
2
3# patch to not create the resolv.conf symlink at run-time, as it's already
4# handled in the recipe and messes up with ostree
5FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
6SRC_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 @@
1RPROVIDES_${PN} += "virtual/network-configuration"
2
3# patch to not create the resolv.conf symlink at run-time, as it's already
4# handled in the recipe and messes up with ostree
5FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
6SRC_URI += "file://0001-tmpfiles-script-do-not-create-the-resolv.conf-symlin.patch"