diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 14:11:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-01 14:11:52 +0100 |
commit | dab38bf0bfa52d818f13d41385f5db8144f8b38c (patch) | |
tree | a9bfd1f2146c1459f46dab2316350f5c785af650 /meta-gpe | |
parent | 954681ee47d741189156ef6fa8ace1f62426f214 (diff) | |
download | meta-openembedded-dab38bf0bfa52d818f13d41385f5db8144f8b38c.tar.gz |
minilite: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gpe')
-rw-r--r-- | meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch | 11 | ||||
-rw-r--r-- | meta-gpe/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 000000000..1be6ceaa8 --- /dev/null +++ b/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- /tmp/Makefile.old 2006-01-16 22:51:34.000000000 +0100 | ||
2 | +++ minilite-050/Makefile 2009-05-01 16:36:32.000000000 +0200 | ||
3 | @@ -45,7 +45,7 @@ | ||
4 | |||
5 | install-program: all | ||
6 | mkdir -p $(DESTDIR)$(PREFIX)/bin | ||
7 | - $(INSTALL) -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) | ||
8 | + $(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) | ||
9 | mkdir -p $(DESTDIR)$(PREFIX)/share/applications | ||
10 | $(INSTALL) -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop | ||
11 | 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 000000000..ebb1b8645 --- /dev/null +++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "GPE Screen light control dockapp" | ||
2 | SECTION = "gpe" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://minilite.c;beginline=8;endline=11;md5=fe9332aaecbce9f74ce2bfeb91680ed1" | ||
6 | |||
7 | DEPENDS = "libgpewidget" | ||
8 | |||
9 | inherit gpe | ||
10 | |||
11 | SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ | ||
12 | file://makefile-fix.patch" | ||
13 | SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" | ||
14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" | ||
15 | |||
16 | export CVSBUILD="no" | ||