31 Commits

Author SHA1 Message Date
Ben Shelton a09bbab909 xmag: add recipe
The xmag utility magnifies the pixels rendered on-screen and is useful
for examining bitmaps and matching font metrics.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01 14:23:45 +02:00
Ben Shelton 2f34935612 xlsfonts: add recipe
xlsfonts is a lightweight command-line utility that is useful for
verifying which X.org fonts are installed and available on a system.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01 14:23:45 +02:00
Ben Shelton cf71711dcf xfontsel: add recipe
The xfontsel utility is useful for verifying and viewing the various
X.org fonts that are available on a system.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01 14:23:45 +02:00
Ting Liu ca1f407451 xterm: disable-rpath-hack to avoid QA issue
Fix:
| .../packages-split/xterm/usr/bin/resize contains bad RPATH.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-30 09:21:04 +02:00
Martin Jansa 09f40c089d xwd: move require line first
* otherwise SUMMARY, HOMEPAGE, SECTION, LICENSE and DEPENDS are overwriten from
  .inc file

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24 15:31:51 +02:00
Martin Jansa c87e8c5c59 xwd: add missing dependency on libxkbfile
* otherwise fails with:
  | configure: error: Package requirements (x11 xproto >= 7.0.17 xkbfile) were not met:
  |
  | No package 'xkbfile' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22 00:01:58 +02:00
Robert Yang 05de0ca43d meta-oe: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}

Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15 14:56:55 +02:00
Ben Shelton 5359d125ab bdftopcf: add recipe
The bdftopcf tool is necessary to build the core X fonts, which ship in
BDF format.  Adapted from a recipe in OE-Classic and from an earlier
mailing list post by Trevor Woerner.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:19 +02:00
Martin Jansa cb647e5392 xterm: add PACKAGECONFIG for xft
* fixes following issue in test-dependencies report:
  xterm/xterm/latest lost dependency on  fontconfig libxft

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12 08:38:30 +02:00
Ben Shelton 4f903598dc xwd: add recipe
Adding a recipe for the X Window Dump tool, a lightweight tool that is
useful for taking screenshots on embedded targets.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03 20:45:04 +02:00
Jack Mitchell 2ecea82c9e xterm: upgrade to 303, set B=S, licence tweak
- upgrade to version 303
- set B=S due to broken build/source seperation
- tweak licence file md5 to account for date change

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03 20:45:04 +02:00
Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00
Jonathan Liu a278cb4c56 xterm: update to 293
License copyright years was updated from 1999-2010,2011 to
1999-2012,2013.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-03 14:32:02 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Marcin Juszkiewicz a38efd953c xterm: added gnu-configize for AArch64 support
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:11:42 +01:00
Khem Raj 3fdcb18dd6 recipe: Delete the duplicate recipes which are already in oe-core
These recipes are either same or have small differences but
are superset of changes in oe-core. We can use them from oe-core
as it is without losing or adding any functionality by default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-05 16:04:54 +01:00
Andrea Adami d64c0cf970 xinput: remove, recipe is now in oe-core
* as per commit id 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25 08:17:24 +01:00
Koen Kooi 253b1d7bc3 xterm: update to 277
License checksum changed due to date changes

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 09:41:51 +01:00
Otavio Salvador 54d71d7933 sessreg: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:16 +00:00
Otavio Salvador ac183f4154 twm: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:15 +00:00
Otavio Salvador 62fa720b73 xrdb: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:15 +00:00
Otavio Salvador ee3349b627 setxkbmap: fix checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15 11:14:15 +00:00
Imran Mehmood 444834f490 xclock: Add version 1.0.5 (initial recipe)
* Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29

Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 11:27:06 +01:00
Imran Mehmood 1d4ae8e112 twm: Add version 1.0.6 (initial recipe)
* Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3
 * Added bison-native to DEPENDS because during configure it searches for yacc and Defaults to the first program found out of: `bison -y', `byacc', `yacc' otherwise raises error 'yacc not found'. We don't face this error if we have built any other package that made yacc available, before building twm.

Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22 09:33:42 +02:00
Martin Jansa f78f3f31c0 xorg-app: use xorg-app-common.inc from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17 11:17:40 +02:00
Martin Jansa be4e5d8ead xterm: import from oe.dev
* http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=61a4d1805c6c73091dd2264c0f84ee3264cc05a6

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-23 15:27:31 +02:00
Andreas Müller 31718e486d iceauth: Import 1.0.4 from oe.dev
The patch was imported from the OpenEmbedded git server
(git://github.com/openembedded/openembedded.git) as of commit id
033af22d565adabc05303f88e76e31e7d239756c.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 10:31:11 +02:00
Koen Kooi 9fce693d6c sessreg 1.0.6: import from OE rev 58b79786c6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20 20:43:56 +02:00
Koen Kooi a39cb1a229 xrdb 1.0.9: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-08 17:34:29 +02:00
Otavio Salvador b623dc240e setxkbmap: add version 1.2.0
This is in sync with OE at 6e7e35679200cd55264fae308cd5dec7ef2d1d29.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-10 16:59:07 +02:00
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00