Commit graph

3355 commits

Author SHA1 Message Date
Marcin Juszkiewicz
1731595dce poky: added HOST_ARCH into name of SDK tarballs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3283 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 16:36:50 +00:00
Marcin Juszkiewicz
dbae4c165c xtrans: create empty xtrans package as xtrans-dev depend on it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3282 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 15:51:39 +00:00
Marcin Juszkiewicz
3e8d1b6635 libxml-parser-perl-native: Remove uneeded entries: (from OE)
* DEPENDS on perl-native isn't needed since cpan.bbclass adds this.
* DEPENDS on expat-native isn't needed since libxml-parser-perl adds this.
* RDEPENDS on perl-native was only here to prevent an RDEPENDS on perl. The
  RDEPENDS was being added by cpan.bbclass, but that has now been fixed to
  not add it for native packages. This needed to be removed so that perl
  isn't built when you only want libxml-parser-perl-native.

Revision: 73c801b307019899c3255b427e2bb7cb896f8375
Ancestor: 77ee40e486d3c8ad2628c2ac01e4325879b50821
Author: lenehan@openembedded.org
Date: 2007-06-01T06:46:10
Branch: org.openembedded.dev

Modified files:
        packages/perl/libxml-parser-perl-native_2.34.bb


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3281 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 14:07:04 +00:00
Marcin Juszkiewicz
2aba13054a cpan-base.bbclass: Update the perl depenedencies: (from OE)
* For native modules DEPEND on perl-native and for others DEPEND on perl
  (which in turn depends on perl-native) rather then always depending on
  both perl and perl-native.
* Only RDEPEND for non-native modules rather then both native and non-native.

These changes are to allow you to build native modules without have to build
perl. Previously the dependencies would result in perl being built even
though it didn't actually need to. Thanks to hrw for pointing out what was
happening here.

Revision: 399705dfa7f6a6fd87366a6c0b1058354a5d4312
Ancestor: 5f43096a239a7ac66c7046feb414e8279db8f4bc
Author: lenehan@openembedded.org
Date: 2007-05-30T22:10:32
Branch: org.openembedded.dev

Modified files:
        classes/cpan-base.bbclass



git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3280 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 14:04:04 +00:00
Richard Purdie
2f0918e948 poky.conf: Allow insane to be disabled from local.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3279 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 12:18:43 +00:00
Richard Purdie
412acf7305 task-sdk-host: Drop packages not needed now gcc-cross-sdk has better RRECOMENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3278 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 11:51:57 +00:00
Richard Purdie
eb864c8fa4 x11vnc: Add fixed version from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3277 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 10:33:32 +00:00
Richard Purdie
867741b244 site: Add arm-darwin
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3276 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:55:04 +00:00
Richard Purdie
1cab3f240e siteinfo.bbclass: Add darwin entry
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3275 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:53:23 +00:00
Richard Purdie
cc5a871123 libtool: Make sure ltmain.sh gets regenerated by libtool-cross, fix nmedit paths, fix library search paths for installed=no binaries particuarly on darwin but applies to other archs too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3274 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:25:30 +00:00
Richard Purdie
f0ff6c7854 clutter.inc: Add gtk+ to DEPENDS (for now)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3273 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:19:46 +00:00
Richard Purdie
9eee32bf93 base.bbclass: Fix populate_staging whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:18:09 +00:00
Richard Purdie
f7d937fd8e stage-manager: Various fixes/ehacements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3271 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:17:19 +00:00
Richard Purdie
c9b23048a8 shasum-native: Use do_stage function, not do_populate_staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3270 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30 08:16:33 +00:00
Marcin Juszkiewicz
d24c45c6db gcc-cross: attempt to unbreak fic-gta01 build - package_write_ipk waits for glibc packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3269 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 11:45:13 +00:00
Marcin Juszkiewicz
411c393668 libxml-parser-perl: added expat dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3268 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 10:09:00 +00:00
Marcin Juszkiewicz
e8c4d5ff4b shared-mime-info: added glib-2.0 to dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3267 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29 09:02:08 +00:00
Ross Burton
9da15df7d5 glib: don't disable debug, the size difference isn't much and its useful
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3266 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 20:30:39 +00:00
Marcin Juszkiewicz
d862b5758c package_{ipk|deb|tar|rpm): append depend-tasks instead of overwriting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3265 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 20:01:41 +00:00
Marcin Juszkiewicz
91225da5b8 ipkg: fix "unable to create /usr/lib/ipkg/lists directory" bug
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3264 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 16:45:05 +00:00
Richard Purdie
705bfa44d8 distcc: Fix remaining postinst issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3263 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-28 15:58:35 +00:00
Richard Purdie
b12795d49f bitbake fetcher: Make invalid url errors clearer
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3262 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 22:23:04 +00:00
Richard Purdie
3431d4125a mtools: Use our mirror since upstrea, is insane
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3261 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 20:09:49 +00:00
Marcin Juszkiewicz
1274bbe6eb task-poky-sdk-gmae: added GMAE based SDK
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3260 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:32:55 +00:00
Ross Burton
fc5d8af7a7 oprofile: fix arithmetic ops on dash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3259 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:30:56 +00:00
Marcin Juszkiewicz
261c8d8c77 tune-arm1136jf-s.inc: optimizations for armv6 devices
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3258 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:18:46 +00:00
Richard Purdie
697dbc937b glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:17:28 +00:00
Marcin Juszkiewicz
feb7d18297 telepathy-gabble: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3256 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:02:37 +00:00
Marcin Juszkiewicz
8ac44b44e6 telepathy-glib: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3255 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:01:46 +00:00
Marcin Juszkiewicz
44e5a66175 telepathy-mission-control: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3254 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:00:26 +00:00
Marcin Juszkiewicz
cdb708cb27 libtelepathy: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3253 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 16:00:01 +00:00
Marcin Juszkiewicz
59195b7e14 empathy: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3252 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:59:38 +00:00
Marcin Juszkiewicz
101b2d7084 empathy: dropped 0.5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3251 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:45:48 +00:00
Marcin Juszkiewicz
82f18b9e00 telepathy-idle: added 0.1.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3250 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:33:40 +00:00
Marcin Juszkiewicz
0ba486c5d1 telepathy-glib: upgrade to 0.7.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3249 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:33:16 +00:00
Marcin Juszkiewicz
2bbd6adc1f telepathy-gabble: upgrade to 0.7.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3248 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:32:45 +00:00
Marcin Juszkiewicz
5645257b99 libtelepathy: upgrade to 0.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3247 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:32:11 +00:00
Marcin Juszkiewicz
d0223d9525 telepathy-mission-control: upgrade to 4.49
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3246 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:30:25 +00:00
Richard Purdie
3526acda1a package.bbclass: Remove debug code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3245 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:09:56 +00:00
Richard Purdie
60b925a1f6 poky-autobuild: Increase threads to 6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3244 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 14:48:42 +00:00
Marcin Juszkiewicz
956e0ac117 checksums.ini: added glib 2.14.4 and ltt-control 0.43-10082007
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3243 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 12:33:33 +00:00
Ross Burton
de8d00f509 gtk+: upgrade 2.12 to 2.12.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3242 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 10:25:12 +00:00
Ross Burton
0c273cb508 gtk+: run pixbufloader backend on target, and update the icon cache afterwards
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3241 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 09:28:46 +00:00
Ross Burton
a14d61f7d3 glib-2.0: upgrade to 2.14.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3240 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-26 10:15:23 +00:00
Richard Purdie
fa0eb69b9d exmap-console: Bump PR to pacify autobuilder
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3239 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:48:46 +00:00
Richard Purdie
4743a3fbed base.bbclass: Fix PKGDATA to work properly with multimachine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3238 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:47:36 +00:00
Richard Purdie
251672acd9 gcc-cross-sdk: Add RRECOMMENDS so gcc-cross-sdk pulls in all its sub packages automagically
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3237 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:18:36 +00:00
Richard Purdie
2fd82bb18f gcc-cross: package libstdc++-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3236 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:17:52 +00:00
Richard Purdie
37f80dd759 exmap-console: Remove MYPV madness, makes my head hurt and breaks builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3235 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 23:16:16 +00:00
Richard Purdie
aa10825598 package_ipk.bbclass: Make sure packages which alter PACKAGE_ARCH end up in the correct 'feed'
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3234 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-25 19:35:19 +00:00