diff options
Diffstat (limited to 'packages/xproto/xproto_6.6.2.bb')
-rw-r--r-- | packages/xproto/xproto_6.6.2.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/xproto/xproto_6.6.2.bb b/packages/xproto/xproto_6.6.2.bb deleted file mode 100644 index b5cf751053..0000000000 --- a/packages/xproto/xproto_6.6.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "x11/libs" -LICENSE= "MIT" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DESCRIPTION = "X protocol and ancillary headers." - -SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz" -S = "${WORKDIR}/xproto-${PV}" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} |