Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cpio: Fix unpackaged files warnings
@ 2012-03-16 15:23 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-03-16 15:23 UTC (permalink / raw)
  To: openembedded-core

WARNING: For recipe cpio, 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-extended/cpio/cpio_2.11.bb b/meta/recipes-extended/cpio/cpio_2.11.bb
index 7e82ec0..78da20e 100644
--- a/meta/recipes-extended/cpio/cpio_2.11.bb
+++ b/meta/recipes-extended/cpio/cpio_2.11.bb
@@ -3,7 +3,7 @@ include cpio_v2.inc
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI[md5sum] = "1112bb6c45863468b5496ba128792f6c"
 SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978"
diff --git a/meta/recipes-extended/cpio/cpio_v2.inc b/meta/recipes-extended/cpio/cpio_v2.inc
index 3d024af..066e937 100644
--- a/meta/recipes-extended/cpio/cpio_v2.inc
+++ b/meta/recipes-extended/cpio/cpio_v2.inc
@@ -18,6 +18,7 @@ do_install () {
     autotools_do_install
     install -d ${D}${base_bindir}/
     mv "${D}${bindir}/cpio" "${D}${base_bindir}/cpio.${PN}"
+    rmdir ${D}${bindir}/
     case ${TARGET_OS} in
         *-uclibc*) ;;
         *) mv "${D}${libexecdir}/rmt" "${D}${libexecdir}/rmt.${PN}" ;;





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 15:23 [PATCH] cpio: Fix unpackaged files warnings Richard Purdie

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