[oe-commits] Marcin Juszkiewicz : rootfs_rpm.bbclass: empty shell functions needs ':' at least...

GIT User account git at amethyst.openembedded.net
Wed Mar 4 19:52:27 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: a342b75b372743f232ebd93bb1d04be86ecff344
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a342b75b372743f232ebd93bb1d04be86ecff344

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Mar  4 20:51:29 2009 +0100

rootfs_rpm.bbclass: empty shell functions needs ':' at least...

---

 classes/rootfs_rpm.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/classes/rootfs_rpm.bbclass b/classes/rootfs_rpm.bbclass
index 3a17ddb..0169ee9 100644
--- a/classes/rootfs_rpm.bbclass
+++ b/classes/rootfs_rpm.bbclass
@@ -201,10 +201,12 @@ rootfs_rpm_log_check() {
 
 remove_packaging_data_files() {
 # empty for now
+	:
 }
 
 install_all_locales() {
 # empty for now
+	:
 }
 
 python () {





More information about the Openembedded-commits mailing list