From: hschang Date: Mon, 11 May 2015 08:22:16 +0000 (+0900) Subject: [python-twisted] bbappend is merged to meta-openembedded. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=fc93f919f250da45c82c2e1fa4e537d738fe3b04 [python-twisted] bbappend is merged to meta-openembedded. --- diff --git a/meta-openvuplus/recipes-devtools/python/python-twisted_13.2.%.bbappend b/meta-openvuplus/recipes-devtools/python/python-twisted_13.2.%.bbappend deleted file mode 100644 index f9b0ae8..0000000 --- a/meta-openvuplus/recipes-devtools/python/python-twisted_13.2.%.bbappend +++ /dev/null @@ -1,29 +0,0 @@ -PR = "r2" - -inherit setuptools - -PACKAGES =+ "\ - ${PN}-src \ - ${PN}-bin \ -" - -RDEPENDS_{PN} += "${PN}-bin" -RDEPENDS_{PN}-src = "${PN}" -FILES_${PN}-src = " \ - ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ - ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ - ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ - " - -RDEPENDS_${PN}-test = "${PN}" -RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols" -RDEPENDS_${PN}-lore = "${PN}-core" -RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" -RDEPENDS_${PN}-names = "${PN}-core" -RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" -RDEPENDS_${PN}-runner = "${PN}-core ${PN}-protocols" -RDEPENDS_${PN}-web += "${PN}-core ${PN}-protocols" -RDEPENDS_${PN}-words += "${PN}-core" -RDEPENDS_${PN}-flow += "${PN}-core" -RDEPENDS_${PN}-pair += "${PN}-core" -RDEPENDS_${PN}-dbg = "${PN}"