diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 12:13:46 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 12:13:46 +0000 |
commit | 2a0d7ce9c750e99f740153f0e6ff3b7bb89c123b (patch) | |
tree | 35755b6f0e7a8d1f4924f915da972cb63900fb1f /gpe-conf/gpe-conf_0.1.8.oe | |
parent | c0877b843cc21e5ab73f747c6dc4bd3b822b3d62 (diff) |
blow away some old versions of gpe-conf
BKrev: 41a3297aK1WMpdb6N7VF6f3gE_k1-g
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 -} - |