summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2015-08-24 15:26:46 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-31 09:07:09 -0400
commit5ab625af7d7cb5ff0403c7a7f677bd69698eb90d (patch)
tree82b91f04e6395a3035a037fd94caeb84a057eead
parent06908329d3c12bf42da4c97e5b769d5416f229da (diff)
downloadmeta-virtualization-5ab625af7d7cb5ff0403c7a7f677bd69698eb90d.tar.gz
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 <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen_git.bb5
1 files changed, 0 insertions, 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 = " \
11 " 11 "
12 12
13DEFAULT_PREFERENCE = "-1" 13DEFAULT_PREFERENCE = "-1"
14
15PACKAGES += "${PN}-xen-mfndump"
16
17FILES_${PN}-xen-mfndump = "${sbindir}/xen-mfndump"
18