diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-01 17:59:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 17:59:53 +0000 |
commit | 34db4ff998f2ca4831b0213f7d9eba9a81af2a90 (patch) | |
tree | 77e5cbbff4c8d0cbd52c6fe1a6915ae17875b1bb /packages/xaw/xaw_7.0.2.bb | |
parent | ce789dd71ea9a3654986177a5ccdd9fec544a630 (diff) |
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/xaw/xaw_7.0.2.bb')
-rw-r--r-- | packages/xaw/xaw_7.0.2.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/xaw/xaw_7.0.2.bb b/packages/xaw/xaw_7.0.2.bb deleted file mode 100644 index d75cefbdbb..0000000000 --- a/packages/xaw/xaw_7.0.2.bb +++ /dev/null @@ -1,20 +0,0 @@ -SECTION = "x11/libs" -LICENSE = "MIT" -PRIORITY = "optional" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "xproto x11 xt xmu xpm" -DESCRIPTION = "X Athena Widgets library" - -SRC_URI = "${XLIBS_MIRROR}/libXaw-${PV}.tar.bz2 \ - file://auxdir.patch;patch=1" - -S = "${WORKDIR}/libXaw-${PV}" - -inherit autotools pkgconfig - -# FIXME: libXaw needs a full x11, not diet -BROKEN = "1" - -do_stage () { - autotools_stage_all -} |