libelf, opie-icon-reload: corrected section name
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Sep 2004 09:45:45 +0000 (09:45 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Sep 2004 09:45:45 +0000 (09:45 +0000)
BKrev: 415a8449sJUdkWytXVdAFia-RhiZOQ

BitKeeper/etc/ignore
libelf/libelf_0.8.3.oe
opie-icon-reload/opie-icon-reload_0.0.1.oe

index 92938cf..58df254 100644 (file)
@@ -3,3 +3,6 @@ PENDING/*
 conf/local.conf
 conf/auto.conf
 tmp
+_hrw/hrw-build.oe
+_hrw/build-hrw-qpe.oe
+_hrw/build-hrw.oe
index 7eb50bf..7f36f23 100644 (file)
@@ -1,4 +1,4 @@
-SECTION = "libc"
+SECTION = "libs"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 DESCRIPTION = "an ELF object file access library \
 The elf library provides routines to access, and manipulate, Elf object \
index e69de29..e4812ef 100644 (file)
@@ -0,0 +1,26 @@
+SECTION = "opie/settings"
+DESCRIPTION = "Reload .desktop files on the fly"
+PRIORITY = "optional"
+MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
+LICENSE = "GPL"
+
+PR = "r2"
+
+include conf/hentges-3.5.1_1.1.6.conf
+
+SRC_URI = "file://icon-reload.desktop \
+          file://icon-reload.sh \
+          file://reload.png"
+
+FILES_${PN} += "/opt"
+
+do_install() {         
+       install -d ${D}/opt/QtPalmtop/apps/Settings
+       install -d ${D}/opt/QtPalmtop/bin
+       install -d ${D}/opt/QtPalmtop/pics
+       
+       install -m 0644 ${WORKDIR}/icon-reload.desktop ${D}/opt/QtPalmtop/apps/Settings
+       install -m 0755 ${WORKDIR}/icon-reload.sh ${D}/opt/QtPalmtop/bin
+       install -m 0644 ${WORKDIR}/reload.png ${D}/opt/QtPalmtop/pics   
+}
+