mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
opkg: added forgotten file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4024 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION = "Open Package Manager"
|
||||||
|
DESCRIPTION_libopkg = "Open Package Manager Library"
|
||||||
|
SECTION = "base"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
DEPENDS = "curl gpgme"
|
||||||
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
|
||||||
|
S = "${WORKDIR}/opkg"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user