diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:47:07 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:47:07 +0000 |
commit | e240b888ff06b46cac2fe33f8aa55aa8ceada3d2 (patch) | |
tree | 0a35f5a248f369f962d7b14a74be8792a4dd3ace /nonworking | |
parent | e98d89bbb3d39a39ee84c4020295df0127fc3b00 (diff) |
Kill off old nonworking gd, since we have a working version.
BKrev: 40b8cc9bQZCdlpT2ftlHKenj_sLwoA
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/gd/gd-native_2.0.22.oe | 0 | ||||
-rw-r--r-- | nonworking/gd/gd_2.0.22.oe | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/nonworking/gd/gd-native_2.0.22.oe b/nonworking/gd/gd-native_2.0.22.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/gd/gd-native_2.0.22.oe +++ /dev/null diff --git a/nonworking/gd/gd_2.0.22.oe b/nonworking/gd/gd_2.0.22.oe deleted file mode 100644 index 18674dba30..0000000000 --- a/nonworking/gd/gd_2.0.22.oe +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "An ANSI C library for the dynamic creation of images. GD creates PNG and JPEG images, among other formats." -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "" - -SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" - -inherit autotools libtool - - - |