gpe-question: fix install badness and remove old version
authorKoen Kooi <koen@openembedded.org>
Wed, 26 Jul 2006 09:17:19 +0000 (09:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 26 Jul 2006 09:17:19 +0000 (09:17 +0000)
packages/gpe-question/files/.mtn2git_empty [new file with mode: 0644]
packages/gpe-question/files/makefile-fix.patch [new file with mode: 0644]
packages/gpe-question/gpe-question_0.03.bb [deleted file]
packages/gpe-question/gpe-question_0.04.bb

diff --git a/packages/gpe-question/files/.mtn2git_empty b/packages/gpe-question/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-question/files/makefile-fix.patch b/packages/gpe-question/files/makefile-fix.patch
new file mode 100644 (file)
index 0000000..a8d1ead
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/Makefile      2006-07-26 11:14:27.000000000 +0200
++++ gpe-question-0.04/Makefile 2006-07-26 11:14:41.284411000 +0200
+@@ -21,7 +21,7 @@
+       $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS)
+ install-program: all
+-      install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++      install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ clean:
+       rm -f $(PACKAGE).o $(PACKAGE) $(DEPS)
diff --git a/packages/gpe-question/gpe-question_0.03.bb b/packages/gpe-question/gpe-question_0.03.bb
deleted file mode 100644 (file)
index b94505a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-LICENSE = "GPL"
-inherit gpe
-
-DEPENDS = "libgpewidget"
-RDEPENDS = "gpe-icons"
-SECTION = "gpe"
-DESCRIPTION = "GPE interface for asking questions from shell scripts"
index b94505a..d2cad00 100644 (file)
@@ -1,6 +1,8 @@
 LICENSE = "GPL"
 inherit gpe
 
+SRC_URI += "file://makefile-fix.patch;patch=1"
+
 DEPENDS = "libgpewidget"
 RDEPENDS = "gpe-icons"
 SECTION = "gpe"