[oe-commits] org.oe.dev add ipkgorphan, a dependency tracking tool for ipkg

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Nov 9 14:59:17 UTC 2007


add ipkgorphan, a dependency tracking tool for ipkg

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1e3b65950ddc370854dccdac551bb7d94b6f5776
ViewMTN: http://monotone.openembedded.org/revision/info/1e3b65950ddc370854dccdac551bb7d94b6f5776
Files:
1
packages/ipkg/ipkgorphan_0.0.1.bb
Diffs:

#
# mt diff -r8273cc86b0f6dd127b175c16eae89d1f0bdadfa3 -r1e3b65950ddc370854dccdac551bb7d94b6f5776
#
# 
# 
# add_file "packages/ipkg/ipkgorphan_0.0.1.bb"
#  content [8a637d6f8970422ccc5b7b10dee593162827cc46]
# 
============================================================
--- packages/ipkg/ipkgorphan_0.0.1.bb	8a637d6f8970422ccc5b7b10dee593162827cc46
+++ packages/ipkg/ipkgorphan_0.0.1.bb	8a637d6f8970422ccc5b7b10dee593162827cc46
@@ -0,0 +1,18 @@
+DESCRIPTION = "ipkg orphan package list"
+AUTHOR = "Alessandro Iurlano <alessandro.iurlano at gmail.com>"
+HOMEPAGE = "aiurlano.netsons.org"
+SECTION = "console/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "ipkg"
+PR = "r1"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/ipkgorphan/ipkgorphan/tags;module=${PV};rev=HEAD;proto=svn"
+S = "${WORKDIR}/${PV}"
+
+LDFLAGS += "-lipkg"
+
+do_install() {
+    install -m 0755 -d ${D}${bindir}
+    install -m 0755 ${S}/ipkgorphan ${D}${bindir}
+}






More information about the Openembedded-commits mailing list