diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
| commit | c813d14c9ffb9c0672a28d68faf85bf3575e9a2f (patch) | |
| tree | a1248ce70d67ee044da1f1ad9f2095131219ca31 /meta/packages/matchbox-panel | |
| parent | 1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff) | |
| download | poky-c813d14c9ffb9c0672a28d68faf85bf3575e9a2f.tar.gz | |
Change include x.inc -> require x.inc (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel')
| -rw-r--r-- | meta/packages/matchbox-panel/matchbox-panel_0.9.2.bb | 2 | ||||
| -rw-r--r-- | meta/packages/matchbox-panel/matchbox-panel_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/meta/packages/matchbox-panel/matchbox-panel_0.9.2.bb index 78d1b282d9..2b5f4693a7 100644 --- a/meta/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/meta/packages/matchbox-panel/matchbox-panel_0.9.2.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | include matchbox-panel.inc | 1 | require matchbox-panel.inc |
| 2 | 2 | ||
| 3 | PR="r3" | 3 | PR="r3" |
| 4 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" | 4 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" |
diff --git a/meta/packages/matchbox-panel/matchbox-panel_svn.bb b/meta/packages/matchbox-panel/matchbox-panel_svn.bb index 211cf3caa2..a279954fe2 100644 --- a/meta/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/meta/packages/matchbox-panel/matchbox-panel_svn.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | include matchbox-panel.inc | 1 | require matchbox-panel.inc |
| 2 | PV = "0.9.2+svn${SRCDATE}" | 2 | PV = "0.9.2+svn${SRCDATE}" |
| 3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
| 4 | 4 | ||
