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