Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xf86-video-vmware: Fix unpackaged driectory warning
@ 2012-03-13 15:06 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-03-13 15:06 UTC (permalink / raw)
  To: openembedded-core

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@linuxfoundation.org>
---
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}
+}





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-13 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 15:06 [PATCH] xf86-video-vmware: Fix unpackaged driectory warning Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox