From 35921a410dfb34740df182bb91e38787a0f53e35 Mon Sep 17 00:00:00 2001 From: John Weber Date: Sun, 9 Feb 2014 14:18:59 -0600 Subject: libdrm: change .bbappend to use % Change file name to use % and append against any revision of the main libdrm recipe. This makes updating the .bbappend file name only necessary if recipe itself needs to change. Signed-off-by: John Weber --- recipes-graphics/drm/libdrm_%.bbappend | 5 +++++ recipes-graphics/drm/libdrm_2.4.49.bbappend | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 recipes-graphics/drm/libdrm_%.bbappend delete mode 100644 recipes-graphics/drm/libdrm_2.4.49.bbappend diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend new file mode 100644 index 0000000..1ef3340 --- /dev/null +++ b/recipes-graphics/drm/libdrm_%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_append_mx6 = "file://drm-update-arm.patch" + +PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" diff --git a/recipes-graphics/drm/libdrm_2.4.49.bbappend b/recipes-graphics/drm/libdrm_2.4.49.bbappend deleted file mode 100644 index 1ef3340..0000000 --- a/recipes-graphics/drm/libdrm_2.4.49.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI_append_mx6 = "file://drm-update-arm.patch" - -PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" -- cgit v1.2.3-54-g00ecf