summaryrefslogtreecommitdiff
path: root/packages/meta/oz-system-feed.bb
blob: 170aac9c783fafddd3c0b2255f1b41fb4d8108cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# A dependency isn't really needed. Just build meta-? or even world
# and build the feed afterwards.

#DEPENDS = "meta-opie"

# egrep -i Pattern matched against "$Section $Package-Name"
export FEED_PATTERN = "\ locale-|glibc-|-dev$|devel"
export FEED_NAME = "openzaurus-system"

# egrep -i Pattern matched against "$Section $Package-Name"
export EXCLUDE_FROM_FEED = ""

inherit split_ipk_feeds


LICENSE = MIT