1 DESCRIPTION
= "Configuration files for online package repositories of the Openmoko community repository feeds."
5 mkdir
-p $
{S
}/$
{sysconfdir
}/opkg
6 for feed in Multiverse
; do
7 echo
"src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > $
{S
}/$
{sysconfdir
}/opkg
/$
{feed
}-feed.conf
11 install
-d $
{D
}$
{sysconfdir
}/opkg
12 install
-m
0644 $
{S
}/$
{sysconfdir
}/opkg
/* $
{D
}$
{sysconfdir
}/opkg
/
15 PACKAGE_ARCH
= "${MACHINE_ARCH}"
17 CONFFILES_$
{PN
} += "${sysconfdir}/opkg/Multiverse-feed.conf"
19 OPENMOKO_URI
= "http://downloads.openmoko.org/repository"