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/libxp/libxp_cvs.bb | |
parent | ce789dd71ea9a3654986177a5ccdd9fec544a630 (diff) |
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/libxp/libxp_cvs.bb')
-rw-r--r-- | packages/libxp/libxp_cvs.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/libxp/libxp_cvs.bb b/packages/libxp/libxp_cvs.bb deleted file mode 100644 index a09e9cb79c..0000000000 --- a/packages/libxp/libxp_cvs.bb +++ /dev/null @@ -1,18 +0,0 @@ - -LICENSE = "MIT" -PV = "0.0+cvs${SRCDATE}" - -SECTION = "libs" -DEPENDS = "x11 xext" -DESCRIPTION = "X print extension library." - -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xp" -S = "${WORKDIR}/Xp" - -inherit autotools pkgconfig - -CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" - -do_stage() { - autotools_stage_all -} |