diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /appweb | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'appweb')
-rw-r--r-- | appweb/appweb_1.0.0.bb | 0 | ||||
-rw-r--r-- | appweb/appweb_1.0.0.oe | 86 | ||||
-rw-r--r-- | appweb/appweb_1.0.1.bb | 0 | ||||
-rw-r--r-- | appweb/appweb_1.0.1.oe | 86 | ||||
-rw-r--r-- | appweb/appweb_1.0.2.bb | 0 | ||||
-rw-r--r-- | appweb/appweb_1.0.2.oe | 87 | ||||
-rw-r--r-- | appweb/appweb_1.2.0.bb | 0 | ||||
-rw-r--r-- | appweb/appweb_1.2.0.oe | 110 |
8 files changed, 0 insertions, 369 deletions
diff --git a/appweb/appweb_1.0.0.bb b/appweb/appweb_1.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/appweb/appweb_1.0.0.bb diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe deleted file mode 100644 index 05b39022b4..0000000000 --- a/appweb/appweb_1.0.0.oe +++ /dev/null @@ -1,86 +0,0 @@ -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 \ - file://makerules.patch;patch=1' -S = "${WORKDIR}/appWeb-${PV}" - -python do_unpack () { - oe.build.exec_func('base_do_unpack', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_unpack', d) - oe.data.setVar('SRC_URI', src_uri, d) - oe.build.exec_func('do_unpack_cleanup', d) -} - -do_unpack_cleanup () { - ( - set -e - cd ${WORKDIR} - rm -f README.HTML install remove - ) -} - -python do_patch () { - oe.build.exec_func('base_do_patch', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_patch', d) - oe.data.setVar('SRC_URI', src_uri, d) -} -# --enable-access-log -# --enable-admin -# --enable-all-static -# --enable-assert -# --enable-c-api -# --enable-dll -# --enable-fast-malloc -# --enable-goahead-compat -# --enable-if-modified -# --enable-log -# --enable-rom-fs -# --enable-run-as-service -# --enable-safe-strings -# --enable-squeeze -# --enable-ssl -# --enable-session - -APPWEB_TARGET = "${TARGET_ARCH}" -APPWEB_OS = "${TARGET_OS}" -APPWEB_OS_linux = "LINUX" -EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ - --enable-keep-alive \ - --enable-multi-thread \ - --enable-cgi \ - --enable-cookie \ - --enable-config \ - --enable-digest-auth \ - --disable-ssl" -EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" - -LD_LIBRARY_PATH_prepend = "${S}/lib:" -LD_LIBRARY_PATH[export] = "1" -do_configure () { - ./configure ${EXTRA_OECONF} -} - -do_compile () { - oe_runmake build - oe_runmake compile -} - -do_stage () { - : -} - -do_install () { - install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \ - ${D}/${libexecdir}/appWeb ${D}/${libdir} - install -m 0755 appWeb/appWeb ${D}/${sbindir}/ - install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/ - install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/ - install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/ -} diff --git a/appweb/appweb_1.0.1.bb b/appweb/appweb_1.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/appweb/appweb_1.0.1.bb diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe deleted file mode 100644 index 83c6cbb7e8..0000000000 --- a/appweb/appweb_1.0.1.oe +++ /dev/null @@ -1,86 +0,0 @@ -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 \ - file://makerules.patch;patch=1' -S = "${WORKDIR}/appWeb-${PV}" - -python do_unpack () { - oe.build.exec_func('base_do_unpack', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_unpack', d) - oe.data.setVar('SRC_URI', src_uri, d) - oe.build.exec_func('do_unpack_cleanup', d) -} - -do_unpack_cleanup () { - ( - set -e - cd ${WORKDIR} - rm -f README.HTML install remove - ) -} - -python do_patch () { - oe.build.exec_func('base_do_patch', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_patch', d) - oe.data.setVar('SRC_URI', src_uri, d) -} -# --enable-access-log -# --enable-admin -# --enable-all-static -# --enable-assert -# --enable-c-api -# --enable-dll -# --enable-fast-malloc -# --enable-goahead-compat -# --enable-if-modified -# --enable-log -# --enable-rom-fs -# --enable-run-as-service -# --enable-safe-strings -# --enable-squeeze -# --enable-ssl -# --enable-session - -APPWEB_TARGET = "${TARGET_ARCH}" -APPWEB_OS = "${TARGET_OS}" -APPWEB_OS_linux = "LINUX" -EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ - --enable-keep-alive \ - --enable-multi-thread \ - --enable-cgi \ - --enable-cookie \ - --enable-config \ - --enable-digest-auth \ - --disable-ssl" -EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" - -LD_LIBRARY_PATH_prepend = "${S}/lib:" -LD_LIBRARY_PATH[export] = "1" -do_configure () { - ./configure ${EXTRA_OECONF} -} - -do_compile () { - oe_runmake build - oe_runmake compile -} - -do_stage () { - : -} - -do_install () { - install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \ - ${D}/${libexecdir}/appWeb ${D}/${libdir} - install -m 0755 appWeb/appWeb ${D}/${sbindir}/ - install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/ - install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/ - install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/ -} diff --git a/appweb/appweb_1.0.2.bb b/appweb/appweb_1.0.2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/appweb/appweb_1.0.2.bb diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe deleted file mode 100644 index 47cc3497a2..0000000000 --- a/appweb/appweb_1.0.2.oe +++ /dev/null @@ -1,87 +0,0 @@ -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 \ - file://charsignedness.patch;patch=1 \ - file://makerules.patch;patch=1' -S = "${WORKDIR}/appWeb-${PV}" - -python do_unpack () { - oe.build.exec_func('base_do_unpack', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_unpack', d) - oe.data.setVar('SRC_URI', src_uri, d) - oe.build.exec_func('do_unpack_cleanup', d) -} - -do_unpack_cleanup () { - ( - set -e - cd ${WORKDIR} - rm -f README.HTML install remove - ) -} - -python do_patch () { - oe.build.exec_func('base_do_patch', d) - src_uri = oe.data.getVar('SRC_URI', d) - oe.data.setVar('SRC_URI', '${SRC_URI_EXTRA}', d) - oe.build.exec_func('base_do_patch', d) - oe.data.setVar('SRC_URI', src_uri, d) -} -# --enable-access-log -# --enable-admin -# --enable-all-static -# --enable-assert -# --enable-c-api -# --enable-dll -# --enable-fast-malloc -# --enable-goahead-compat -# --enable-if-modified -# --enable-log -# --enable-rom-fs -# --enable-run-as-service -# --enable-safe-strings -# --enable-squeeze -# --enable-ssl -# --enable-session - -APPWEB_TARGET = "${TARGET_ARCH}" -APPWEB_OS = "${TARGET_OS}" -APPWEB_OS_linux = "LINUX" -EXTRA_OECONF = "--os ${APPWEB_OS} --target ${APPWEB_TARGET} \ - --enable-keep-alive \ - --enable-multi-thread \ - --enable-cgi \ - --enable-cookie \ - --enable-config \ - --enable-digest-auth \ - --disable-ssl" -EXTRA_OEMAKE = "'CC=${CC}' 'AR=${AR}' 'CPP=${CXX}' 'LD=${CC}'" - -LD_LIBRARY_PATH_prepend = "${S}/lib:" -LD_LIBRARY_PATH[export] = "1" -do_configure () { - ./configure ${EXTRA_OECONF} -} - -do_compile () { - oe_runmake build - oe_runmake compile -} - -do_stage () { - : -} - -do_install () { - install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \ - ${D}/${libexecdir}/appWeb ${D}/${libdir} - install -m 0755 appWeb/appWeb ${D}/${sbindir}/ - install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/ - install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/ - install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/ -} diff --git a/appweb/appweb_1.2.0.bb b/appweb/appweb_1.2.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/appweb/appweb_1.2.0.bb diff --git a/appweb/appweb_1.2.0.oe b/appweb/appweb_1.2.0.oe deleted file mode 100644 index 6061088a5b..0000000000 --- a/appweb/appweb_1.2.0.oe +++ /dev/null @@ -1,110 +0,0 @@ -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" -S = "${WORKDIR}/appWeb-1.2.0" - -APPWEB_HOST = "${HOST_SYS}" -APPWEB_BUILD = "${BUILD_SYS}" -# --buildNumber=NUMBER Set the build number part of the version (1.0.0.X). -# --name=NAME Set the full product name (BLD_NAME define). -# --port=PORT Set the default HTTP port to use for the product. -# --product=NAME Set the one word (no spaces) name of the product. -# --setLibVersion=X.X.X Set the shared library version number. -# --setVersion=X.X.X Set the product version number. -# --sslPort=PORT Set the default SSL port to use for the product. -# --type=BUILD Set the build type (DEBUG|RELEASE). -# -# --enable-access-log Enable logging of requests to the AppWeb access log. -# --enable-assert Build with assert checking. -# --enable-config Build with the ability to parse Apache-style config -# --enable-cookie Build with cookie handling support. -# --enable-digest-auth Build with digest authentication support. -# --enable-fast-malloc Build with the Mbedthis fast malloc. -# --enable-if-modified Build with HTTP If-Modified checking. -# --enable-keep-alive Build with HTTP Keep-Alive support. -# --enable-log Build with the AppWeb trace log facility. -# --enable-modules Build with the dynamically loaded modules capability. -# --enable-multi-thread Build AppWeb multi-threaded. -# --disable-multi-thread Build AppWeb single threaded. -# --enable-rom-fs Build with the ability to load web pages from ROM. -# --enable-run-as-service Build with the ability to run as a service/daemon. -# --disable-run-as-service Do not include the ability to run as a service. -# --enable-safe-strings Enforce safe string handling. -# --enable-session Build with HTTP session support. -# --enable-shared Build an appWeb shared library and program. [default] -# --enable-shared-libc Link with the shared versions of libc. -# --disable-shared-libc Link with the static versions of libc. -# --enable-squeeze Build in squeeze mode for minimal memory footprint. -# --disable-squeeze Build for speed. -# --enable-static Build a static appWeb library and program. [default] -# --disable-static Do not build a static appWeb library and program. -# -# --with-admin Include the admin handler. -# --with-auth Include the authorization handler. -# --with-c_api Include the C API. -# --with-cgi Include the CGI handler. -# --with-gacompat Include GoAhead WebServer API compatibility. -# --with-copy Build support for the copy handler. -# --with-egi Include the EGI handler. -# --with-esp Include the ESP handler. -# --with-ssl Build support for the SSL protocol. -# --with-upload Build with the file upload handler -# --with-xdb Build with XDB -# Supported PACKAGE names: openssl, php4, php5 -# --with-PACKAGE=[builtin|, module] -# Include support for the PACKAGE. Link into appWeb -# statically and/or build as a module -# --with-PACKAGE-dir=DIR Set the source directory of the package -# --with-PACKAGE-libs=libs Set a list of libraries to use when linking with -# the PACKAGE -# --without-PACKAGE Do not include support for the PACKAGE -EXTRA_OECONF = "--prefix=${prefix} \ - --docDir=${datadir}/doc/${P} \ - --incDir=${includedir} \ - --libDir=${libdir} \ - --sbinDir=${sbindir} \ - --webDir=${localstatedir}/www \ - --build=${APPWEB_BUILD} \ - --host=${APPWEB_HOST} \ - --enable-keep-alive \ - --enable-multi-thread \ - --with-cgi=builtin \ - --enable-cookie \ - --enable-config \ - --enable-digest-auth \ - --without-ssl" - -export IFLAGS = "${CPPFLAGS}" -export CC_FOR_BUILD = "${BUILD_CC}" -export LD_FOR_BUILD = "${BUILD_LD}" - -LD_LIBRARY_PATH_prepend = "${S}/lib:" -LD_LIBRARY_PATH[export] = "1" -do_configure () { - ./configure ${EXTRA_OECONF} -} - -do_compile () { - oe_runmake build - oe_runmake compile -} - -do_stage () { - : -} - -do_install () { - oe_runmake 'PKG_DIR=${D}' install-all -} - -#do_install () { -# install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \ -# ${D}/${libexecdir}/appWeb ${D}/${libdir} -# install -m 0755 appWeb/appWeb ${D}/${sbindir}/ -# install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/ -# install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/ -# install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/ -#} |