diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-05 17:26:05 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-05 17:26:05 +0000 |
commit | 188ab489534c17279f9b9c7937c4c7b5c78d1471 (patch) | |
tree | 7c22156ee6918ee367d48e3aea540593760b684d /meta/nylon-feed.oe | |
parent | f7aa08d3c06dfdc24814fdabd3fda16a7fdbde24 (diff) |
nylon package updates
BKrev: 4162d92dDguTFDE78EQj4-Gz3mjtbg
Diffstat (limited to 'meta/nylon-feed.oe')
-rw-r--r-- | meta/nylon-feed.oe | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/meta/nylon-feed.oe b/meta/nylon-feed.oe index e69de29bb2..8744c09dc9 100644 --- a/meta/nylon-feed.oe +++ b/meta/nylon-feed.oe @@ -0,0 +1,72 @@ +DEPENDS = " \ +base-files \ +bash \ +bridge-utils \ +busybox \ +db3 \ +dhcp-forwarder \ +dhcp \ +gdb \ +glib-2.0 \ +glibc \ +gmp \ +gnupg \ +hostap-modules \ +hostap-utils \ +hostap-daemon \ +hotplug \ +initscripts \ +iperf \ +ipkg \ +iproute2 \ +iptables \ +virtual/kernel \ +less \ +libmail-sendmail-perl \ +libnetserver-generic-perl \ +libpcap \ +lsof \ +lzo \ +maradns \ +mc \ +mobilemesh \ +modutils \ +mtd \ +nano \ +ncurses \ +netbase \ +netperf \ +ntp \ +openssh \ +openssl \ +openvpn \ +openswan \ +perl \ +ppp \ +rp-pppoe \ +prism54-module \ +prism54-firmware \ +stunnel \ +sysvinit \ +tcpdump \ +tinc \ +unik-olsrd \ +vtun \ +wireless-tools \ +zlib \ +" + +# ksymoops / binutils +# wlan-ng +# madwifi-modules \ +# prism54 cvs +# strace \ + +# egrep -i Pattern matched against "$Section $Package-Name" +export FEED_PATTERN = "^locale-|^glibc-|^net|^libs|^base" +export FEED_NAME = "nylon-${MACHINE}" + +# egrep -i regexp matching package name +export EXCLUDE_FROM_FEED = "" + +inherit split_ipk_feeds |