diff options
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 | ||||
-rw-r--r-- | appweb/appweb_1.2.0.oe | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index 4b2f595e34..05b39022b4 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -1,5 +1,6 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SECTION = "console/network" +LICENSE="GPL" 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 \ file://charsignedness.patch;patch=1 \ diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index 96039b07fe..83c6cbb7e8 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -1,5 +1,6 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SECTION = "console/network" +LICENSE="GPL" 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 \ file://charsignedness.patch;patch=1 \ diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe index eccf56c506..47cc3497a2 100644 --- a/appweb/appweb_1.0.2.oe +++ b/appweb/appweb_1.0.2.oe @@ -1,5 +1,6 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SECTION = "console/network" +LICENSE="GPL" 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 \ diff --git a/appweb/appweb_1.2.0.oe b/appweb/appweb_1.2.0.oe index f1bb90f7f9..6061088a5b 100644 --- a/appweb/appweb_1.2.0.oe +++ b/appweb/appweb_1.2.0.oe @@ -1,5 +1,6 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SECTION = "console/network" +LICENSE="GPL" SRC_URI = "http://www.mbedthis.com/software/appWeb-src-1.2.0-1.tar.gz \ file://makerules.patch;patch=1 \ file://nonrootinstall.patch;patch=1" |