[PATCH openbmc 17/20] Remove tftpy from skeleton package

OpenBMC Patches patches at stwcx.xyz
Wed Oct 21 06:19:55 AEDT 2015


From: Brad Bishop <bradleyb at us.ibm.com>

---
 meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
index 23b43c3..f5375c4 100644
--- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
@@ -7,7 +7,7 @@ inherit obmc-phosphor-license
 inherit obmc-phosphor-systemd
 
 DEPENDS += "glib-2.0"
-RDEPENDS_${PN} += "python-subprocess"
+RDEPENDS_${PN} += "python-subprocess python-tftpy"
 SRC_URI += "git://github.com/openbmc/skeleton"
 SRC_URI += "file://make.patch"
 
@@ -21,7 +21,7 @@ do_compile() {
 
 do_install() {
         install -d ${D}/${sbindir} ${D}${libdir}
-        for i in ${S}/bin/*.py ${S}/bin/*.exe ${S}/bin/tftpy/*.py; do
+        for i in ${S}/bin/*.py ${S}/bin/*.exe; do
                 install $i ${D}/${sbindir}
         done
         install ${S}/bin/libopenbmc_intf.so ${D}/${libdir}
-- 
2.6.0




More information about the openbmc mailing list