diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-13 10:40:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-13 10:40:05 +0000 |
commit | 994d2692779a49840c5bd1c4796c45944462c13f (patch) | |
tree | 958c33735007b2758e16825bda0e055d53872d26 | |
parent | e25324a877e7cc1709b2d959bad89534cbe0ef54 (diff) |
moko-autorev: add also libraries: libmoko* and libgsmd
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 5a1dc34784..bc4e763a19 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -1,3 +1,8 @@ +SRCREV_pn-libgsmd ?= "${AUTOREV}" +SRCREV_pn-libmokogsmd2 ?= "${AUTOREV}" +SRCREV_pn-libmokojournal2 ?= "${AUTOREV}" +SRCREV_pn-libmokopanelui2 ?= "${AUTOREV}" +SRCREV_pn-libmokoui2 ?= "${AUTOREV}" SRCREV_pn-openmoko-appmanager ?= "${AUTOREV}" SRCREV_pn-openmoko-calculator ?= "${AUTOREV}" SRCREV_pn-openmoko-calculator2 ?= "${AUTOREV}" |