diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 11:36:10 +0000 |
commit | a26d3c8de667748085908f234a61404892c345e4 (patch) | |
tree | ad83490c98f49d5be7a848bd7385b55a041ffa76 /xtscal | |
parent | 03d159c18473037056d7009d45f14e08aacc5a61 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/10/11 13:35:43+02:00 local!CoreDump
base section fixes
2004/10/11 13:21:10+02:00 local!CoreDump
x11 section fixes
2004/10/11 13:01:40+02:00 local!CoreDump
Section fixes: replace net with console/net
BKrev: 416a702ahGepUmVenzmpZ_GI8n7joA
Diffstat (limited to 'xtscal')
-rw-r--r-- | xtscal/xtscal_0.4.oe | 3 | ||||
-rw-r--r-- | xtscal/xtscal_0.5.1.oe | 1 | ||||
-rw-r--r-- | xtscal/xtscal_0.5.oe | 1 | ||||
-rw-r--r-- | xtscal/xtscal_0.6.3.oe | 11 |
4 files changed, 16 insertions, 0 deletions
diff --git a/xtscal/xtscal_0.4.oe b/xtscal/xtscal_0.4.oe index 3852a6669f..f0548878e7 100644 --- a/xtscal/xtscal_0.4.oe +++ b/xtscal/xtscal_0.4.oe @@ -1,8 +1,11 @@ DESCRIPTION = "Touchscreen calibration utility" MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "x11/base" DEPENDS = "x11 libxft libxrandr" + + SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" inherit autotools diff --git a/xtscal/xtscal_0.5.1.oe b/xtscal/xtscal_0.5.1.oe index 3c3a09e502..73c1a815f0 100644 --- a/xtscal/xtscal_0.5.1.oe +++ b/xtscal/xtscal_0.5.1.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Touchscreen calibration utility" MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "x11/base" DEPENDS = "x11 libxft libxrandr xcalibrate" diff --git a/xtscal/xtscal_0.5.oe b/xtscal/xtscal_0.5.oe index 21d6eeb440..2e71affe84 100644 --- a/xtscal/xtscal_0.5.oe +++ b/xtscal/xtscal_0.5.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Touchscreen calibration utility" MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "x11/base" DEPENDS = "x11 libxft libxrandr xcalibrate" diff --git a/xtscal/xtscal_0.6.3.oe b/xtscal/xtscal_0.6.3.oe index e69de29bb2..7176ea022d 100644 --- a/xtscal/xtscal_0.6.3.oe +++ b/xtscal/xtscal_0.6.3.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "Touchscreen calibration utility" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "x11/base" + +DEPENDS = "x11 libxft libxrandr xcalibrate" + +PR = "r0" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2" + +inherit autotools |