diff options
Diffstat (limited to 'gpe-conf/gpe-conf_0.1.8.oe')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.8.oe | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gpe-conf/gpe-conf_0.1.8.oe b/gpe-conf/gpe-conf_0.1.8.oe deleted file mode 100644 index a373fd40b2..0000000000 --- a/gpe-conf/gpe-conf_0.1.8.oe +++ /dev/null @@ -1,26 +0,0 @@ -PR = "r1" - -inherit gpe pkgconfig - -DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs" -SECTION = "gpe" -PRIORITY = "optional" -FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" -FILES_${PN} += " ${datadir}/gpe/pixmaps" - -SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \ - file://makefile.patch;patch=1;pnum=0 \ - file://cardinfo.patch;patch=1;pnum=0 \ - file://applets-dialog.patch;patch=1;pnum=0 \ - file://battery.patch;patch=1;pnum=0 \ - file://brightness.patch;patch=1;pnum=0" - -do_compile () { - oe_runmake - oe_runmake all-desktop -} - -do_install () { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program -} - |