Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
* add use_open_properly.patch from ubuntu
gettext_0.17-3ubuntu2.diff
* bump PR on native and target
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
* bump PR
|
|
* 0.14.1 is using some old macros never used in modern autotools scripts
* only e2fslibs so far clashes, while it needs some of the old macros
(MKINSTALLDIRS) but this will be fixed really fast
|
|
* --enable-nls has diffent meaning on gettext self
libintl is only buildable when you enable nls, which
is default on gettext package self, so remove my nasty hack
* fixing later that no locales package are made
when the user wants no nls
* add gettext-native ncurses expat to the depends as suggested in
the DEPENDENCIES file
* bump PR
|
|
* set DEFAULT_PREFERENCES = "-1" so nothing breaks and anybody
can test
* add a hack to en/disable localization when USE_NLS is set, for 0.17
only
|
|
* gettext depends on virtual/libiconv, but native package does not for now
* took linklib_from_0.17.patch from poky courtesy to Richard Purdie
* bump PR
|
|
|
|
|
|
compiled builds (from Poky)
|
|
build it.
|
|
|
|
closes bug #1335
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/17 22:09:22+01:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/01/17 22:08:56+01:00 handhelds.org!zecke
UICMOC use Qt2.3.9:
-Use recent Qt2.3.9 for building uicmoc
-Update patches to work with Qt2.3.9 version
2005/01/17 22:07:14+01:00 handhelds.org!zecke
Qt 2.3.9:
-Update to 14.01.2005 snapshot
-TSlib patch is included but castrated, uncastrate it
-The latest mouse release patch was fixed independently by Trolltech as well
-Update other patches
2005/01/17 16:00:45-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/17 15:56:11-05:00 handhelds.org!kergoth
Update the default event handler to clean things up a bit, and to mention the package version in the Pkg events, which people have requested in the past.
2005/01/17 20:49:43+00:00 rpsys.net!RP
Add facility to pass parallel build option to make. Disable parallel build option for known broken packages.
BKrev: 41ec30c8I5e1Ks5lsaghKSnrJo6cVg
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|