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-support/libfm/libfm_%.bbappend | 3 +++ recipes-support/libfm/libfm_1.1.0.bbappend | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 recipes-support/libfm/libfm_%.bbappend delete mode 100644 recipes-support/libfm/libfm_1.1.0.bbappend (limited to 'recipes-support') diff --git a/recipes-support/libfm/libfm_%.bbappend b/recipes-support/libfm/libfm_%.bbappend new file mode 100644 index 0000000..fc8b8e9 --- /dev/null +++ b/recipes-support/libfm/libfm_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "file://libfm_set_terminal.patch" diff --git a/recipes-support/libfm/libfm_1.1.0.bbappend b/recipes-support/libfm/libfm_1.1.0.bbappend deleted file mode 100644 index 19724f2..0000000 --- a/recipes-support/libfm/libfm_1.1.0.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PRINC = "1" - -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRC_URI += "file://libfm_set_terminal.patch" -- cgit v1.2.3