require python-pysqlite2_${PV}.bb inherit native DEPENDS = "python-native sqlite3-native" RDEPENDS_${PN} = "" do_stage() { BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR} } 717c0b45d9b'/> 709c4d66e0b107ca606941b988bad717c0b45d9b 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>
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>
bb files: Revert the introduction of FILE_PR 2008-10-18T16:02:07+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 c0b6dd9b41279ff00c5a90e49108945a0fee9cdd 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.
    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.
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR 2008-10-15T19:41:43+00:00 Holger Hans Peter Freyther zecke@selfish.org 2008-10-15T08:56:42+00:00 aa03004ace2fabb135a6208ef8c2d2b312aa7b0b 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>
    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>
mtn2git: remove .mtn2git_empty files in non-empty directories 2008-10-15T13:27:49+00:00 Jan Luebbe jluebbe@debian.org 2008-10-15T13:26:10+00:00 869ba9e1fb2237b75560feed13545a35f3c3569d

wget 1.9.1: Make it work when you have no IPv6 support in the kernel 2007-06-02T00:45:29+00:00 Jamie Lenehan lenehan@twibble.org 2007-06-02T00:45:29+00:00 4a67f352fb1d9475a913ecd31457c301cc11ea37 - if it fails to create an IPv6 socket because of lack of kernel support switch the internal default to IPv4 and retry the failed connection. The default change will apply to all future sockets (for this run of wget) as well. Should close #1919 and #2390.
- if it fails to create an IPv6 socket because of lack of kernel
support switch the internal default to IPv4 and retry the failed
connection. The default change will apply to all future sockets (for
this run of wget) as well. Should close #1919 and #2390.
remove extra whitespace at end-of-line in about 900 bb files. 2006-12-31T13:13:53+00:00 Rolf Leggewie oe-devel@rolf.leggewie.biz 2006-12-31T13:13:53+00:00 f907777709b20d8d73e3587026296a6616262229

Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. 2006-10-10T10:26:16+00:00 Koen Kooi koen@openembedded.org 2006-10-10T10:26:16+00:00 7814da98a7630811db9fc24db9ae3c81588ca113 see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
wget 1.9.1: The fix to stop wget searching the system paths didn't work for 2006-06-06T01:40:15+00:00 Jamie Lenehan lenehan@twibble.org 2006-06-06T01:40:15+00:00 b5d213c76a69dc12a41d688b78c4dd5344880a28 unslung/slugsos since an append to EXTRA_OECONF appears to happen before a condidition setting even though the append happens later. We need to pass the same option to disable ssl for unslung/slugsos directly instead of relying on the append.
unslung/slugsos since an append to EXTRA_OECONF appears to happen before a
condidition setting even though the append happens later. We need to pass
the same option to disable ssl for unslung/slugsos directly instead of
relying on the append.
wget 1.9.1: Disable checking for the SSL headers so that it doesn't attempt 2006-05-30T14:19:30+00:00 Jamie Lenehan lenehan@twibble.org 2006-05-30T14:19:30+00:00 57fbd1ab5141c0ec39dd59cea888b6432e20485a to search the system include directories. Closes bug #1031.
to search the system include directories. Closes bug #1031.