[oe-commits] Richard Purdie : xf86-video-vmware: Fix unpackaged driectory warning

git at git.openembedded.org git at git.openembedded.org
Tue Mar 13 23:22:05 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 58b2b72852389b9454dd9082ad2b22b2efbb2c19
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=58b2b72852389b9454dd9082ad2b22b2efbb2c19

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Mar 13 12:55:04 2012 +0000

xf86-video-vmware: Fix unpackaged driectory warning

Fixes the warning:

WARNING: For recipe xf86-video-vmware, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-driver/xf86-video-vmware_11.0.3.bb        |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb
index e77c918..9dc5e61 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb
@@ -9,9 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53"
 DEPENDS += "virtual/libx11 libxvmc drm glproto \
 	    virtual/libgl xineramaproto libpciaccess"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
 
 SRC_URI[md5sum] = "579bee487309b1bdc8329bf627d43413"
 SRC_URI[sha256sum] = "b24a7cb2d87e416561e25122eab2cd48fc64a2ba105238456eefef16f29f38a3"
+
+do_install_append () {
+	# Remove useless empty directory
+	rmdir ${D}${bindir}
+}
\ No newline at end of file





More information about the Openembedded-commits mailing list