diff options
Diffstat (limited to 'packages/xorg-proto/xproto_6.6.2.bb')
-rw-r--r-- | packages/xorg-proto/xproto_6.6.2.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/xorg-proto/xproto_6.6.2.bb b/packages/xorg-proto/xproto_6.6.2.bb deleted file mode 100644 index 1f01c0979a..0000000000 --- a/packages/xorg-proto/xproto_6.6.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -SECTION = "x11/libs" -LICENSE= "MIT" -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 -} |