[oe-commits] Koen Kooi : minilite: import from OE classic

git at git.openembedded.org git at git.openembedded.org
Thu Feb 2 08:37:17 UTC 2012


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Feb  1 14:11:52 2012 +0100

minilite: import from OE classic

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../minilite/minilite/makefile-fix.patch           |   11 +++++++++++
 .../recipes-graphics/minilite/minilite_0.50.bb     |   16 ++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch b/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch
new file mode 100644
index 0000000..1be6cea
--- /dev/null
+++ b/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.old	2006-01-16 22:51:34.000000000 +0100
++++ minilite-050/Makefile	2009-05-01 16:36:32.000000000 +0200
+@@ -45,7 +45,7 @@
+ 
+ install-program: all
+ 	mkdir -p $(DESTDIR)$(PREFIX)/bin
+-	$(INSTALL) -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	$(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ 	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
+ 	$(INSTALL) -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop
+ 	mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps/
diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
new file mode 100644
index 0000000..ebb1b86
--- /dev/null
+++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GPE Screen light control dockapp"
+SECTION = "gpe"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://minilite.c;beginline=8;endline=11;md5=fe9332aaecbce9f74ce2bfeb91680ed1"
+
+DEPENDS = "libgpewidget"
+
+inherit gpe
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
+           file://makefile-fix.patch"
+SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332"
+SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e"
+
+export CVSBUILD="no"





More information about the Openembedded-commits mailing list