diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-10 08:26:20 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-10 08:26:20 +0000 |
commit | b58dba3953f430d00042bfd1d3c2e5e600a34519 (patch) | |
tree | 9be496eea4f41fb67b301b7250d690433a34118b /conf/distro | |
parent | 8a5c4a43744c834f3522783c9ad5908bbb2ec890 (diff) |
assassin: add recipe for assassin
* Assassin is a package manager that help users to install, update,
and uninstall packages from Openmoko, or Openmoko community.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 56b89ac983..96c37aaad6 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -7,6 +7,7 @@ SRCREV_pn-libmokoui2 ?= "${AUTOREV}" SRCREV_pn-linux-openmoko ?= "${AUTOREV}" SRCREV_pn-linux-openmoko-devel ?= "${AUTOREV}" +SRCREV_pn-assassin ?= "${AUTOREV}" SRCREV_pn-diversity-daemon ?= "${AUTOREV}" SRCREV_pn-diversity-nav ?= "${AUTOREV}" SRCREV_pn-moko-gtk-engine ?= "${AUTOREV}" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index e4e4e95360..36862bd83b 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -12,6 +12,7 @@ # you know what that means? like... a, b, c, d, e, f, g... SRCREV_pn-aircrack-ng ?= "802" +SRCREV_pn-assassin ?= "2" SRCREV_pn-bfin-uclibc ?= "1857" SRCREV_pn-contact ?= "1410" SRCREV_pn-dbus-c++-native ?= "13131" |