[oe-commits] [openembedded-core] 06/26: xf86-input-vmmouse: remove duplicated udev setting from FILES_${PN}

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 17:06:48 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e196300e066aef347cee52a4fd2eae21725e41f7
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Jul 21 02:29:56 2016 -0700

    xf86-input-vmmouse: remove duplicated udev setting from FILES_${PN}
    
    bitbake.conf already sets it.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
index 8615b48..92a1b25 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
@@ -23,4 +23,4 @@ do_install_append () {
 
 EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d"
 
-FILES_${PN} += "${nonarch_base_libdir}/udev/rules.d/ ${datadir}/X11/xorg.conf.d"
+FILES_${PN} += "${datadir}/X11/xorg.conf.d"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list