Make it bitbake-able without the -b switch by correcting DEPENDS variables
[oespirit1] / osso-systemui-dbus-dev / no-doxygen.patch
1 Index: osso-systemui-dbus-dev-0.1.2/Makefile
2 ===================================================================
3 --- osso-systemui-dbus-dev-0.1.2.orig/Makefile  2008-11-12 09:56:07.000000000 +0000
4 +++ osso-systemui-dbus-dev-0.1.2/Makefile       2008-11-12 09:56:17.000000000 +0000
5 @@ -22,17 +22,13 @@
6         $(INCDIR)/actingdead-dbus-names.h \
7         $(INCDIR)/alarm_dialog-dbus-names.h
8  
9 -.PHONY: doc
10 -doc:
11 -       @$(DOXYGEN) 2> $(TOPDIR)/doc/warnings > /dev/null
12 -
13  clean:
14         @if [ x"$(DOCDIR)" != x"" ]; then       \
15                 rm -rf $(DOCDIR)/*;             \
16         fi
17  
18  .PHONY: install
19 -install: doc
20 +install:
21         $(INSTALL_DIR) $(PCDIR) $(INCLUDEDIR)                           &&\
22         $(INSTALL_DATA) $(PCFILE) $(PCDIR)                              &&\
23         $(INSTALL_DATA) $(INCLUDE_FILES) $(INCLUDEDIR)