diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 09:41:38 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 09:41:38 +0000 |
commit | ad50b0674f6db015354de3eb26f406678c25b8a4 (patch) | |
tree | 88f9c63d4e147e2988e38e928a46ef923a4f9183 /packages/libqpe | |
parent | 4667dbc67ed4b86044bfbca044596c025ef5d4c6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/31 11:28:44+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/03/31 01:34:08+02:00 uni-frankfurt.de!mickeyl
apply the fix-nomax patch for Opie's libqpe from 1.2.0. It will land upstream, so it's not necessary to apply it on the cvs version
2005/03/31 01:32:37+02:00 uni-frankfurt.de!mickeyl
put an end to the datetime problem on handhelds. if /etc/timestamp exists, it will be used to regenerate the time at bootup (see /etc/init.d/bootmisc.sh) and it will be freshened at halt (see /etc/init.d/halt) as well as on reboot (see /etc/init.d/reboot). Since we are still testing this, for now only in opie-image and for openzaurus distros. If that works out well, we should use it everywhere
2005/03/30 23:49:33+02:00 uni-frankfurt.de!mickeyl
set Opie OTabWidget TabStyle to using text labels on hires displays - until we have hires tab icons and a sane tab height
BKrev: 424bc5d2IBEsVN01WaE-JgWrsqwt2Q
Diffstat (limited to 'packages/libqpe')
-rw-r--r-- | packages/libqpe/libqpe-opie.inc | 6 | ||||
-rw-r--r-- | packages/libqpe/libqpe-opie/fix-nomax.patch | 0 | ||||
-rw-r--r-- | packages/libqpe/libqpe-opie_1.2.0.bb | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/packages/libqpe/libqpe-opie.inc b/packages/libqpe/libqpe-opie.inc index 59057b5896..127f97dc31 100644 --- a/packages/libqpe/libqpe-opie.inc +++ b/packages/libqpe/libqpe-opie.inc @@ -16,8 +16,10 @@ EXTRA_QMAKEVARS_POST = "DESTDIR= DEFINES+=LIBQPE_NO_INLINE_IMAGES" # EXTRA_QMAKEVARS_POST = "DESTDIR=" CXXFLAGS_append = " -DQWS -DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC -fno-rtti -fno-exceptions" -CXXFLAGS_append_c7x0 = " -DOPIE_NO_WINDOWED " -CXXFLAGS_append_tosa = " -DOPIE_NO_WINDOWED " +CXXFLAGS_append_c7x0 = " -DOPIE_NO_WINDOWED " +CXXFLAGS_append_tosa = " -DOPIE_NO_WINDOWED " +CXXFLAGS_append_spitz = " -DOPIE_NO_WINDOWED " +CXXFLAGS_append_akita = " -DOPIE_NO_WINDOWED " do_compile_prepend_ramses () { ln -s custom-ramses.h custom.h diff --git a/packages/libqpe/libqpe-opie/fix-nomax.patch b/packages/libqpe/libqpe-opie/fix-nomax.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libqpe/libqpe-opie/fix-nomax.patch diff --git a/packages/libqpe/libqpe-opie_1.2.0.bb b/packages/libqpe/libqpe-opie_1.2.0.bb index f16bdff7a8..2affdef28c 100644 --- a/packages/libqpe/libqpe-opie_1.2.0.bb +++ b/packages/libqpe/libqpe-opie_1.2.0.bb @@ -1,7 +1,8 @@ include ${PN}.inc TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" -PR = "r0" +PR = "r1" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library" +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ + file://fix-nomax.patch;patch=1" |