From 5e1b56acd6d86b499355b278d46c78cdcecfb57a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Jun 2014 15:04:17 +0200 Subject: Use generic bbappend files This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it. --- recipes-connectivity/connman/connman_%.bbappend | 5 +++++ recipes-connectivity/connman/connman_1.17.bbappend | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 recipes-connectivity/connman/connman_%.bbappend delete mode 100644 recipes-connectivity/connman/connman_1.17.bbappend (limited to 'recipes-connectivity/connman') diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend new file mode 100644 index 0000000..8eef424 --- /dev/null +++ b/recipes-connectivity/connman/connman_%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += " \ + file://dont_start_connman_on_nfsboot.patch \ +" diff --git a/recipes-connectivity/connman/connman_1.17.bbappend b/recipes-connectivity/connman/connman_1.17.bbappend deleted file mode 100644 index 94fcfd6..0000000 --- a/recipes-connectivity/connman/connman_1.17.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -PRINC = "1" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += " \ - file://dont_start_connman_on_nfsboot.patch \ -" -- cgit v1.2.3