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 <[email protected]> --- 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}" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
