[oe-commits] Ross Burton : cwautomacros: stub do_configure to avoid cleaning

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:02:01 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: c52f380b1df716517a585075f59546d559cc1ebb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c52f380b1df716517a585075f59546d559cc1ebb

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Dec  4 14:20:19 2014 +0000

cwautomacros: stub do_configure to avoid cleaning

cwuatomacros's build system doesn't have a clean target, so stub out
do_configure to a no-op.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
index ee4b890..4e12169 100644
--- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
@@ -5,11 +5,13 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
 
 SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2"
-
-
 SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d"
 SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
 
+do_configure() {
+	:
+}
+
 do_install() {
 	oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
 }



More information about the Openembedded-commits mailing list