From 5ab625af7d7cb5ff0403c7a7f677bd69698eb90d Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 24 Aug 2015 15:26:46 -0500 Subject: xen: drop incorrectly broken out package The xen-mfndump utility was broken out into xen-xen-mfndump which is clearly a typo for xen-mfndump but the xen.inc file which is also used for 4.5.0 places this binary into xen-misc so remove these lines and let it go into xen-misc. Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen_git.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb index f333157a..88145a37 100644 --- a/recipes-extended/xen/xen_git.bb +++ b/recipes-extended/xen/xen_git.bb @@ -11,8 +11,3 @@ SRC_URI = " \ " DEFAULT_PREFERENCE = "-1" - -PACKAGES += "${PN}-xen-mfndump" - -FILES_${PN}-xen-mfndump = "${sbindir}/xen-mfndump" - -- cgit v1.2.3-54-g00ecf