diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
commit | 087629f4afb009d0eceec99db1e2ae45c1cf507e (patch) | |
tree | b33e81f2007fd813d64b11c6b513e6ebdc493e7b /appweb | |
parent | 57805d1d4e115d1901fa432d0dcb49807a38233b (diff) |
Cleanup pass - remove remnant virtual/libc items from DEPENDS.
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
Diffstat (limited to 'appweb')
-rw-r--r-- | appweb/appweb_1.0.0.oe | 1 | ||||
-rw-r--r-- | appweb/appweb_1.0.1.oe | 1 | ||||
-rw-r--r-- | appweb/appweb_1.0.2.oe | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index 8bdcfd4db0..f5d86adceb 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index c11fb652b5..7ac09790bb 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" SRC_URI_EXTRA = 'file://${WORKDIR}/appWeb-src-${PV}-5.tar.gz \ diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe index be86603052..e657ab680c 100644 --- a/appweb/appweb_1.0.2.oe +++ b/appweb/appweb_1.0.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" SRC_URI_EXTRA = 'file://${WORKDIR}/appWeb-src-${PV}-12.tar.gz \ |