diff options
Diffstat (limited to 'gpe-conf/gpe-conf_0.1.21.oe')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.21.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gpe-conf/gpe-conf_0.1.21.oe b/gpe-conf/gpe-conf_0.1.21.oe index 62240efba9..60c4c36573 100644 --- a/gpe-conf/gpe-conf_0.1.21.oe +++ b/gpe-conf/gpe-conf_0.1.21.oe @@ -15,9 +15,10 @@ SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \ # disable wifi support, enable limited capabilities appmgr interface CPPFLAGS_append = " -D APPMGR_INTERFACE -DDISABLE_XRANDR -DIMG_HEIGHT=200 -DIMG_WIDTH=200" -do_configure_prepend () { - install ${WORKDIR}/netbook.png ${S}/pixmaps/ -} +# Should this file have been put in OE? +#do_configure_prepend () { +# install ${WORKDIR}/netbook.png ${S}/pixmaps/ +#} do_compile () { oe_runmake PREFIX=${prefix} |