diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-support/fbset/fbset_2.1.bb | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-support/fbset/fbset_2.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/fbset/fbset_2.1.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb new file mode 100644 index 0000000000..12c1c944ef --- /dev/null +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | # | ||
| 2 | # Copyright Matthias Hentges <devel@hentges.net> (c) 2006 | ||
| 3 | # License: MIT (see http://www.opensource.org/licenses/mit-license.php for a copy of the license) | ||
| 4 | # | ||
| 5 | # Filename: fbset_2.1.bb | ||
| 6 | # Date: 28-May-06 | ||
| 7 | |||
| 8 | DESCRIPTION = "The fbset console tool" | ||
| 9 | LICENSE = "GPLv2" | ||
| 10 | LIC_FILES_CHKSUM = "file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f" | ||
| 11 | RRECOMMENDS_${PN} = "fbset-modes" | ||
| 12 | DEPENDS = "bison-native" | ||
| 13 | |||
| 14 | PR = "r4" | ||
| 15 | |||
| 16 | SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz \ | ||
| 17 | file://makefile.patch" | ||
| 18 | |||
| 19 | inherit autotools update-alternatives | ||
| 20 | |||
| 21 | PARALLEL_MAKE = "" | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 | ||
| 25 | install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real | ||
| 26 | install -m 0644 ${WORKDIR}/${P}/*.5 ${D}${datadir}/man/man5 | ||
| 27 | install -m 0644 ${WORKDIR}/${P}/*.8 ${D}${datadir}/man/man8 | ||
| 28 | } | ||
| 29 | |||
| 30 | ALTERNATIVE_NAME = "fbset" | ||
| 31 | ALTERNATIVE_LINK = "${sbindir}/${ALTERNATIVE_NAME}" | ||
| 32 | ALTERNATIVE_PATH = "${sbindir}/fbset.real" | ||
| 33 | ALTERNATIVE_PRIORITY = "55" | ||
| 34 | |||
| 35 | |||
| 36 | |||
| 37 | SRC_URI[md5sum] = "40ed9608f46d787bfb65fd1269f7f459" | ||
| 38 | SRC_URI[sha256sum] = "517fa062d7b2d367f931a1c6ebb2bef84907077f0ce3f0c899e34490bbea9338" | ||
