blob: 649028a6e8d8179aad463d01575ac732163fba31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# A dependency isn't really needed. Just build meta-opie or even world
# and build the feed afterwards.
#DEPENDS = "meta-gpe"
# egrep -i Pattern matched against "$Section $Package-Name"
export FEED_PATTERN = "^gpe|^x11"
export FEED_NAME = "gpe"
# egrep -i Pattern matched against "$Section $Package-Name"
export EXCLUDE_FROM_FEED = "-dev$"
inherit split_ipk_feeds
LICENSE = MIT
|