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/ice | |
parent | ce789dd71ea9a3654986177a5ccdd9fec544a630 (diff) |
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/ice')
-rw-r--r-- | packages/ice/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ice/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ice/files/autofoo.patch | 21 | ||||
-rw-r--r-- | packages/ice/ice_6.3.3.bb | 17 | ||||
-rw-r--r-- | packages/ice/ice_cvs.bb | 17 |
5 files changed, 0 insertions, 55 deletions
diff --git a/packages/ice/.mtn2git_empty b/packages/ice/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/ice/.mtn2git_empty +++ /dev/null diff --git a/packages/ice/files/.mtn2git_empty b/packages/ice/files/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/ice/files/.mtn2git_empty +++ /dev/null diff --git a/packages/ice/files/autofoo.patch b/packages/ice/files/autofoo.patch deleted file mode 100644 index 8ab0585fb8..0000000000 --- a/packages/ice/files/autofoo.patch +++ /dev/null @@ -1,21 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libICE-6.3.3/configure.ac~autofoo 2004-05-11 01:50:07.000000000 -0400 -+++ libICE-6.3.3/configure.ac 2005-01-18 02:30:07.463895544 -0500 -@@ -8,12 +8,12 @@ - libICE) - - AC_CONFIG_SRCDIR([Makefile.am]) -+AC_CONFIG_AUX_DIR(.) - AM_INIT_AUTOMAKE([dist-bzip2]) - - AM_MAINTAINER_MODE - - AM_CONFIG_HEADER([config.h]) --AC_CONFIG_AUX_DIR(.) - - # Checks for programs. - AC_PROG_LIBTOOL diff --git a/packages/ice/ice_6.3.3.bb b/packages/ice/ice_6.3.3.bb deleted file mode 100644 index 7722bc4ae5..0000000000 --- a/packages/ice/ice_6.3.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "libs" -LICENSE= "MIT" -PRIORITY = "optional" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "x11" -DESCRIPTION = "X11 ICE library" -PR = "r1" - -SRC_URI = "${XLIBS_MIRROR}/libICE-${PV}.tar.bz2 \ - file://autofoo.patch;patch=1" -S = "${WORKDIR}/libICE-${PV}" - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} diff --git a/packages/ice/ice_cvs.bb b/packages/ice/ice_cvs.bb deleted file mode 100644 index fa49ee76b9..0000000000 --- a/packages/ice/ice_cvs.bb +++ /dev/null @@ -1,17 +0,0 @@ -PV = "0.0+cvs${SRCDATE}" -LICENSE= "MIT" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "x11" -DESCRIPTION = "X11 ICE library" -PR = "r1" - -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=ICE" -S = "${WORKDIR}/ICE" - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} |