diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | gpe-conf/gpe-conf_0.1.21.oe | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 35531a9c2c..39b5dc6bca 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -8,6 +8,7 @@ chris@chrislaptop.(none) chriz@i74-copy.(none) cwiiis@chris.(none) cwiiis@chrislaptop.(none) +cwiiis@cwiiisdesktop.(none) dereky@builder.(none) emte@t.(none) erich@erichl.mine.nu 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} |