aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-hentges-base.bb
blob: 89b39aeba9f8994c21d3516a649a227074963317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
# License: MIT (see http://www.opensource.org/licenses/mit-license.php 
#               for a copy of the license)
#
# Filename: task-hentges-base.bb
# Date: 20070516 (YMD)

DESCRIPTION = "task-hentges-base"
HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml"
LICENSE = "MIT"

######################################################################################

ALLOW_EMPTY = "1"

PACKAGE_ARCH = "${MACHINE_ARCH}"

######################################################################################

PV = "${HENTGES_PV}"
PR = "${HENTGES_PR}"

######################################################################################
	    
#DEPENDS = "${HENTGES_DEPENDS}"
#
RDEPENDS = "${HENTGES_BASE_RDEPENDS}"