gpe-what-0.33: Makefile fix for .dev
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 27 Dec 2005 20:44:09 +0000 (20:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 27 Dec 2005 20:44:09 +0000 (20:44 +0000)
packages/gpe-what/gpe-what-0.33/.mtn2git_empty [new file with mode: 0644]
packages/gpe-what/gpe-what-0.33/makefile-fix.patch [new file with mode: 0644]
packages/gpe-what/gpe-what_0.33.bb

diff --git a/packages/gpe-what/gpe-what-0.33/.mtn2git_empty b/packages/gpe-what/gpe-what-0.33/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-what/gpe-what-0.33/makefile-fix.patch b/packages/gpe-what/gpe-what-0.33/makefile-fix.patch
new file mode 100644 (file)
index 0000000..3e48d63
--- /dev/null
@@ -0,0 +1,21 @@
+--- gpe-what-0.33/Makefile.orig        2005-11-03 21:41:33 +0100
++++ gpe-what-0.33/Makefile     2005-11-03 21:45:10 +0100
+@@ -6,16 +6,14 @@
+ MEMBERS = gpe-what mbtray
+-PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GTKCFLAGS)
+-PACKAGE_LDFLAGS += $(GTKLDFLAGS)
++PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GTKCFLAGS) `pkg-config --cflags libmb`
++PACKAGE_LDFLAGS += $(GTKLDFLAGS) `pkg-config --libs libmb`
+ PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\"
+ OBJS = $(patsubst %,%.o,$(MEMBERS))
+ DEPS = $(patsubst %,%.d,$(MEMBERS))
+ SOURCES = $(patsubst %,%.c,$(MEMBERS))
+-PACKAGE_LDFLAGS += -lmb
+-
+ ifeq ($(CVSBUILD),yes)
+ BUILD = ../build
+ else
index 5268c2c..062a7c6 100644 (file)
@@ -2,6 +2,8 @@ LICENSE = "GPL"
 SECTION = "gpe"
 inherit gpe
 
+SRC_URI += "file://makefile-fix.patch;patch=1"
+
 DESCRIPTION = "GPE modal help"
 DEPENDS = "x11 xpm libmatchbox"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"