summaryrefslogtreecommitdiff
path: root/packages/xdamage/xdamage_1.0.1.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-01 17:59:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-01 17:59:53 +0000
commit34db4ff998f2ca4831b0213f7d9eba9a81af2a90 (patch)
tree77e5cbbff4c8d0cbd52c6fe1a6915ae17875b1bb /packages/xdamage/xdamage_1.0.1.bb
parentce789dd71ea9a3654986177a5ccdd9fec544a630 (diff)
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/xdamage/xdamage_1.0.1.bb')
-rw-r--r--packages/xdamage/xdamage_1.0.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/xdamage/xdamage_1.0.1.bb b/packages/xdamage/xdamage_1.0.1.bb
deleted file mode 100644
index 5b6c301374..0000000000
--- a/packages/xdamage/xdamage_1.0.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SECTION = "x11/libs"
-LICENSE= "BSD-X"
-DEPENDS = "x11 damageext libxfixes xproto"
-DESCRIPTION = "X Damage extension library."
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \
- file://m4.patch;patch=1 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libXdamage-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}