aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/meta/nylon-feed.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-26 20:59:04 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-26 21:15:42 +0200
commit6346a2c6b97ece64c9065c0700025d934e84755e (patch)
tree9d0f5df7510e652f3ab1e106f233947d3a9fc63c /recipes/obsolete/meta/nylon-feed.bb
parent77b78a65a01b931c70d88f0e91ece3c77e482a92 (diff)
downloadopenembedded-6346a2c6b97ece64c9065c0700025d934e84755e.tar.gz
nylon: move more files to /obsolete
* distro has not been updated and is still on 2.4 kernel Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/obsolete/meta/nylon-feed.bb')
-rw-r--r--recipes/obsolete/meta/nylon-feed.bb46
1 files changed, 46 insertions, 0 deletions
diff --git a/recipes/obsolete/meta/nylon-feed.bb b/recipes/obsolete/meta/nylon-feed.bb
new file mode 100644
index 0000000000..d68f5f8cab
--- /dev/null
+++ b/recipes/obsolete/meta/nylon-feed.bb
@@ -0,0 +1,46 @@
+LICENSE = "MIT"
+
+include nylon-feed.inc
+RDEPENDS = "${NYLON_FEED} \
+ boost \
+ db3 \
+ dhcp \
+ dhcp-forwarder \
+ expat \
+ glib-2.0 \
+ glibc \
+ gmp \
+ iproute2 \
+ libcgicc \
+ libedit \
+ libmail-sendmail-perl \
+ libnetserver-generic-perl \
+ libpcre \
+ lzo \
+ make \
+ mystun-server \
+ mc \
+ net-snmp \
+ openssl \
+ openswan \
+ openvpn \
+ python \
+ ppp-dsl \
+ rp-pppoe \
+ simple-firewall \
+ thttpd \
+ wget \
+ wlan-ng-modules \
+ zlib \
+"
+
+# vsftpd \
+#
+
+do_index() {
+ touch ${DEPLOY_DIR_IPK}/Packages
+ opkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK}
+}
+
+addtask index before do_build after do_install
+